AWS::S3Outposts::AccessPointResource Type Definition for AWS::S3Outposts::AccessPoint
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Bucket | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
VpcConfiguration | VpcConfiguration | RequiredCreate-only |
Policy | object |
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 AccessPoint. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Outposts::AccessPoint
Resources:
MyResource:
Type: AWS::S3Outposts::AccessPoint
Properties:
Bucket: "value"
Name: "my-name"
VpcConfiguration: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
s3-outposts:CreateAccessPoints3-outposts:GetAccessPoints3-outposts:PutAccessPointPolicys3-outposts:GetAccessPointPolicys3-outposts:GetAccessPoints3-outposts:GetAccessPointPolicys3-outposts:GetAccessPoints3-outposts:PutAccessPointPolicys3-outposts:GetAccessPointPolicys3-outposts:DeleteAccessPointPolicys3-outposts:DeleteAccessPoints3-outposts:DeleteAccessPointPolicys3-outposts:ListAccessPointsOur 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.
BucketNameVpcConfiguration