AWS::AppStream::Stack AccessEndpoint - AWS CloudFormation

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: String VpceId: String

Properties

EndpointType

The type of interface endpoint.

Required: Yes

Type: String

Allowed values: STREAMING

Update requires: No interruption

VpceId

The identifier (ID) of the VPC in which the interface endpoint is used.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption