This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppStream::Stack AccessEndpoint
Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EndpointType" :String, "VpceId" :String}
YAML
EndpointType:StringVpceId:String
Properties
- EndpointType
- 
                    The type of interface endpoint. Required: Yes Type: String Allowed values: STREAMINGUpdate requires: No interruption 
- VpceId
- 
                    The identifier (ID) of the VPC in which the interface endpoint is used. Required: Yes Type: String Minimum: 1Update requires: No interruption