CfnMultiRegionAccessPointPolicyProps
- class aws_cdk.aws_s3.CfnMultiRegionAccessPointPolicyProps(*, mrap_name, policy)
Bases:
object
Properties for defining a
CfnMultiRegionAccessPointPolicy
.- Parameters:
mrap_name (
str
) – The name of the Multi-Region Access Point.policy (
Any
) – The access policy associated with the Multi-Region Access Point.
- 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 import aws_s3 as s3 # policy: Any cfn_multi_region_access_point_policy_props = s3.CfnMultiRegionAccessPointPolicyProps( mrap_name="mrapName", policy=policy )
Attributes
- mrap_name
The name of the Multi-Region Access Point.
- policy
The access policy associated with the Multi-Region Access Point.