/AWS1/CL_BDOPRIVATEENDPTOVRD¶
A mapping of a specific domain to a private endpoint for secure connectivity through a VPC Lattice resource configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domain TYPE /AWS1/BDOPVTENDPTOVRDDOMAIN /AWS1/BDOPVTENDPTOVRDDOMAIN¶
The domain to override with a private endpoint.
io_privateendpoint TYPE REF TO /AWS1/CL_BDOPRIVATEENDPOINT /AWS1/CL_BDOPRIVATEENDPOINT¶
The private endpoint configuration for the specified domain.
Queryable Attributes¶
domain¶
The domain to override with a private endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
privateEndpoint¶
The private endpoint configuration for the specified domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIVATEENDPOINT() |
Getter for PRIVATEENDPOINT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PRIVATEENDPOINTOVERRIDES¶
TYPES TT_PRIVATEENDPOINTOVERRIDES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOPRIVATEENDPTOVRD WITH DEFAULT KEY
.