MultiRegionAccessPointPolicyReference
- class aws_cdk.aws_s3.MultiRegionAccessPointPolicyReference(*, mrap_name)
Bases:
object
A reference to a MultiRegionAccessPointPolicy resource.
- Parameters:
mrap_name (
str
) – The MrapName of the MultiRegionAccessPointPolicy 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 import aws_s3 as s3 multi_region_access_point_policy_reference = s3.MultiRegionAccessPointPolicyReference( mrap_name="mrapName" )
Attributes
- mrap_name
The MrapName of the MultiRegionAccessPointPolicy resource.