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
- Struct
- Aws::AppStream::Types::AccessEndpoint
- Defined in:
- (unknown)
Overview
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
-
#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.
Possible values:
- STREAMING
#vpce_id ⇒ String
The identifier (ID) of the VPC in which the interface endpoint is used.