CfnFileSystemPolicyMixinProps
- class aws_cdk.cfn_property_mixins.aws_s3files.CfnFileSystemPolicyMixinProps(*, file_system_id=None, policy=None)
Bases:
objectProperties for CfnFileSystemPolicyPropsMixin.
- Parameters:
file_system_id (
Optional[str])policy (
Any)
- See:
- 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.cfn_property_mixins import aws_s3files as s3files # policy: Any cfn_file_system_policy_mixin_props = s3files.CfnFileSystemPolicyMixinProps( file_system_id="fileSystemId", policy=policy )
Attributes
- file_system_id
-
- Type:
see