AWS::S3Outposts::BucketPolicyResource Type Definition for AWS::S3Outposts::BucketPolicy
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Bucket | string | RequiredCreate-only |
PolicyDocument | object | Required |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Outposts::BucketPolicy
Resources:
MyResource:
Type: AWS::S3Outposts::BucketPolicy
Properties:
Bucket: "value"
PolicyDocument: {}Permissions CloudFormation needs in your IAM role to manage this resource.
s3-outposts:PutBucketPolicys3-outposts:GetBucketPolicys3-outposts:GetBucketPolicys3-outposts:PutBucketPolicys3-outposts:GetBucketPolicys3-outposts:DeleteBucketPolicys3-outposts:GetBucketPolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterBucketThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Bucket