AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Outposts::BucketPolicy

S3Outposts BucketPolicy

Resource Type Definition for AWS::S3Outposts::BucketPolicy

Properties

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

Filter:
PropertyTypeFlags
Bucket
string
RequiredCreate-only
PolicyDocument
object
Required

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Outposts::BucketPolicy

Resources:
  MyResource:
    Type: AWS::S3Outposts::BucketPolicy
    Properties:
      Bucket: "value"
      PolicyDocument: {}

Required IAM Permissions

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

create

s3-outposts:PutBucketPolicys3-outposts:GetBucketPolicy

read

s3-outposts:GetBucketPolicy

update

s3-outposts:PutBucketPolicys3-outposts:GetBucketPolicy

delete

s3-outposts:DeleteBucketPolicys3-outposts:GetBucketPolicy

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceS3Outposts
Properties2
Required2
TaggingNot supported
Primary IDBucket

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

Bucket

Related Resources

External Links