AWS::S3::MultiRegionAccessPointPolicyThe policy to be attached to a Multi Region Access Point
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
MrapName | string | RequiredCreate-only |
Policy | object | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PolicyStatus | object | The Policy Status associated with this Multi Region Access Point |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::MultiRegionAccessPointPolicy
Resources:
MyResource:
Type: AWS::S3::MultiRegionAccessPointPolicy
Properties:
Policy: {}
MrapName: "my-mrapname"Permissions CloudFormation needs in your IAM role to manage this resource.
s3:PutMultiRegionAccessPointPolicys3:DescribeMultiRegionAccessPointOperations3:GetMultiRegionAccessPointPolicys3:GetMultiRegionAccessPointPolicyStatuss3:GetMultiRegionAccessPointPolicys3:GetMultiRegionAccessPoints3:PutMultiRegionAccessPointPolicys3:DescribeMultiRegionAccessPointOperationEverything you need to know about S3 on one page. HD quality, print-friendly.
Download Free InfographicMrapNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
MrapName