AWS::S3Outposts::EndpointResource Type Definition for AWS::S3Outposts::Endpoint
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
OutpostId | string | RequiredCreate-only |
SecurityGroupId | string | RequiredCreate-only |
SubnetId | string | RequiredCreate-only |
AccessType | string | Create-only |
CustomerOwnedIpv4Pool | string | Create-only |
FailedReason | FailedReason |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the endpoint. |
CidrBlock | string | The VPC CIDR committed by this endpoint. |
CreationTime | string | The time the endpoint was created. |
Id | string | The ID of the endpoint. |
NetworkInterfaces | Array<NetworkInterface> | The network interfaces of the endpoint. |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Outposts::Endpoint
Resources:
MyResource:
Type: AWS::S3Outposts::Endpoint
Properties:
OutpostId: "my-outpostid"
SecurityGroupId: "my-securitygroupid"
SubnetId: "my-subnetid"Permissions CloudFormation needs in your IAM role to manage this resource.
s3-outposts:CreateEndpoints3-outposts:ListEndpointss3-outposts:DeleteEndpoints3-outposts:ListEndpointsOur 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.
OutpostIdSecurityGroupIdSubnetIdAccessTypeCustomerOwnedIpv4Pool