You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::AccessEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AccessEndpoint as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_typeString

The type of interface endpoint.

Possible values:

  • STREAMING

Returns:

  • (String)

    The type of interface endpoint.

#vpce_idString

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

Returns:

  • (String)

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