FileSystemPolicyReference
- class aws_cdk.interfaces.aws_s3files.FileSystemPolicyReference(*, file_system_id)
Bases:
objectA reference to a FileSystemPolicy resource.
- Parameters:
file_system_id (
str) – The FileSystemId of the FileSystemPolicy resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_s3files as interfaces_s3files file_system_policy_reference = interfaces_s3files.FileSystemPolicyReference( file_system_id="fileSystemId" )
Attributes
- file_system_id
The FileSystemId of the FileSystemPolicy resource.