AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Outposts::Endpoint

S3Outposts Endpoint

Resource Type Definition for AWS::S3Outposts::Endpoint

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
OutpostId
string
RequiredCreate-only
SecurityGroupId
string
RequiredCreate-only
SubnetId
string
RequiredCreate-only
AccessType
string
Create-only
CustomerOwnedIpv4Pool
string
Create-only
FailedReason
FailedReason

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the endpoint.
CidrBlockstringThe VPC CIDR committed by this endpoint.
CreationTimestringThe time the endpoint was created.
IdstringThe ID of the endpoint.
NetworkInterfacesArray<NetworkInterface>The network interfaces of the endpoint.
Statusstring-

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

Resources:
  MyResource:
    Type: AWS::S3Outposts::Endpoint
    Properties:
      OutpostId: "my-outpostid"
      SecurityGroupId: "my-securitygroupid"
      SubnetId: "my-subnetid"

Required IAM Permissions

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

create

s3-outposts:CreateEndpoint

read

s3-outposts:ListEndpoints

delete

s3-outposts:DeleteEndpoint

list

s3-outposts:ListEndpoints

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
Properties12
Required3
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

OutpostIdSecurityGroupIdSubnetIdAccessTypeCustomerOwnedIpv4Pool

External Links