AWS Fundamentals Logo
AWS Fundamentals
AWS::S3::MultiRegionAccessPointPolicy

S3 MultiRegionAccessPointPolicy

The policy to be attached to a Multi Region Access Point

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
MrapName
string
RequiredCreate-only
Policy
object
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
PolicyStatusobjectThe Policy Status associated with this Multi Region Access Point

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::MultiRegionAccessPointPolicy

Resources:
  MyResource:
    Type: AWS::S3::MultiRegionAccessPointPolicy
    Properties:
      Policy: {}
      MrapName: "my-mrapname"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

update

s3:PutMultiRegionAccessPointPolicys3:DescribeMultiRegionAccessPointOperation

read

s3:GetMultiRegionAccessPointPolicys3:GetMultiRegionAccessPointPolicyStatus

list

delete

s3:GetMultiRegionAccessPointPolicys3:GetMultiRegionAccessPoint

create

s3:PutMultiRegionAccessPointPolicys3:DescribeMultiRegionAccessPointOperation

Get the S3 Cheat Sheet

Everything you need to know about S3 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceS3
Properties3
Required2
TaggingNot supported
Primary IDMrapName

Supported Operations

UpdateReadListDeleteCreate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

MrapName

External Links