Class: Aws::AppStream::Types::AccessEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AccessEndpoint
- Includes:
- Structure
- Defined in:
- 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
-
#endpoint_type ⇒ String
The type of interface endpoint.
-
#vpce_id ⇒ String
The identifier (ID) of the VPC in which the interface endpoint is used.
Instance Attribute Details
#endpoint_type ⇒ String
The type of interface endpoint.
32 33 34 35 36 37 |
# File 'lib/aws-sdk-appstream/types.rb', line 32 class AccessEndpoint < Struct.new( :endpoint_type, :vpce_id) SENSITIVE = [] include Aws::Structure end |
#vpce_id ⇒ String
The identifier (ID) of the VPC in which the interface endpoint is used.
32 33 34 35 36 37 |
# File 'lib/aws-sdk-appstream/types.rb', line 32 class AccessEndpoint < Struct.new( :endpoint_type, :vpce_id) SENSITIVE = [] include Aws::Structure end |