class Aws::AppStream::Types::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.

@note When making an API call, you may pass AccessEndpoint

data as a hash:

    {
      endpoint_type: "STREAMING", # required, accepts STREAMING
      vpce_id: "String",
    }

@!attribute [rw] endpoint_type

The type of interface endpoint.
@return [String]

@!attribute [rw] vpce_id

The identifier (ID) of the VPC in which the interface endpoint is
used.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/AccessEndpoint AWS API Documentation

Constants

SENSITIVE