AWS::AppStream::AppBlockBuilder AccessEndpoint - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppStream::AppBlockBuilder 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 Amazon 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