AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Outposts::Bucket

S3Outposts Bucket

Resource Type Definition for AWS::S3Outposts::Bucket

Properties

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

Filter:
PropertyTypeFlags
BucketName
string
RequiredCreate-only
OutpostId
string
RequiredCreate-only
LifecycleConfiguration
LifecycleConfiguration
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the specified bucket.

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::Bucket

Resources:
  MyResource:
    Type: AWS::S3Outposts::Bucket
    Properties:
      BucketName: "my-bucketname"
      OutpostId: "my-outpostid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

s3-outposts:CreateBuckets3-outposts:PutBucketTaggings3-outposts:PutLifecycleConfiguration

read

s3-outposts:GetBuckets3-outposts:GetBucketTaggings3-outposts:GetLifecycleConfiguration

update

s3-outposts:PutBucketTaggings3-outposts:DeleteBucketTaggings3-outposts:PutLifecycleConfiguration

delete

s3-outposts:DeleteBucket

list

s3-outposts:ListRegionalBuckets

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
Properties5
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

BucketNameOutpostId

External Links