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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_typeString

The type of interface endpoint.

Returns:

  • (String)


32
33
34
35
36
37
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 32

class AccessEndpoint < Struct.new(
  :endpoint_type,
  :vpce_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpce_idString

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

Returns:

  • (String)


32
33
34
35
36
37
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 32

class AccessEndpoint < Struct.new(
  :endpoint_type,
  :vpce_id)
  SENSITIVE = []
  include Aws::Structure
end