/AWS1/CL_APSACCESSENDPOINT¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_ENDPOINTTYPE
TYPE /AWS1/APSACCESSENDPOINTTYPE
/AWS1/APSACCESSENDPOINTTYPE
¶
The type of interface endpoint.
Optional arguments:¶
IV_VPCEID
TYPE /AWS1/APSSTRING
/AWS1/APSSTRING
¶
The identifier (ID) of the VPC in which the interface endpoint is used.
Queryable Attributes¶
EndpointType¶
The type of interface endpoint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE, with configurable default |
ASK_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE w/ exceptions if field has no value |
HAS_ENDPOINTTYPE() |
Determine if ENDPOINTTYPE has a value |
VpceId¶
The identifier (ID) of the VPC in which the interface endpoint is used.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VPCEID() |
Getter for VPCEID, with configurable default |
ASK_VPCEID() |
Getter for VPCEID w/ exceptions if field has no value |
HAS_VPCEID() |
Determine if VPCEID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACCESSENDPOINTLIST
¶
TYPES TT_ACCESSENDPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APSACCESSENDPOINT WITH DEFAULT KEY
.