CfnFileSystemPolicyProps

class aws_cdk.aws_s3files.CfnFileSystemPolicyProps(*, file_system_id, policy)

Bases: object

Properties for defining a CfnFileSystemPolicy.

Parameters:
  • file_system_id (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 import aws_s3files as s3files

# policy: Any

cfn_file_system_policy_props = s3files.CfnFileSystemPolicyProps(
    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