AWS::S3Outposts::BucketResource Type Definition for AWS::S3Outposts::Bucket
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BucketName | string | RequiredCreate-only |
OutpostId | string | RequiredCreate-only |
LifecycleConfiguration | LifecycleConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the specified bucket. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3-outposts:CreateBuckets3-outposts:PutBucketTaggings3-outposts:PutLifecycleConfigurations3-outposts:GetBuckets3-outposts:GetBucketTaggings3-outposts:GetLifecycleConfigurations3-outposts:PutBucketTaggings3-outposts:DeleteBucketTaggings3-outposts:PutLifecycleConfigurations3-outposts:DeleteBuckets3-outposts:ListRegionalBucketsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BucketNameOutpostId