CfnFileSystemPolicyMixinProps

class aws_cdk.cfn_property_mixins.aws_s3files.CfnFileSystemPolicyMixinProps(*, file_system_id=None, policy=None)

Bases: object

Properties for CfnFileSystemPolicyPropsMixin.

Parameters:
  • file_system_id (Optional[str])

  • policy (Any)

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3files-filesystempolicy.html

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

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3files-filesystempolicy.html#cfn-s3files-filesystempolicy-filesystemid

Type:

see

policy

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3files-filesystempolicy.html#cfn-s3files-filesystempolicy-policy

Type:

see