/AWS1/CL_BDOMANAGEDRESDETAILS¶
Details of a resource created and managed by the gateway for private endpoint connectivity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domain TYPE /AWS1/BDODOMAINNAME /AWS1/BDODOMAINNAME¶
The domain associated with this managed resource.
iv_resourcegatewayarn TYPE /AWS1/BDORESOURCEGATEWAYARN /AWS1/BDORESOURCEGATEWAYARN¶
The ARN of the VPC Lattice resource gateway created in your account.
iv_resourceassociationarn TYPE /AWS1/BDORESOURCEASSOCARN /AWS1/BDORESOURCEASSOCARN¶
The ARN of the service network resource association.
Queryable Attributes¶
domain¶
The domain associated with this managed resource.
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 |
resourceGatewayArn¶
The ARN of the VPC Lattice resource gateway created in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEGATEWAYARN() |
Getter for RESOURCEGATEWAYARN, with configurable default |
ASK_RESOURCEGATEWAYARN() |
Getter for RESOURCEGATEWAYARN w/ exceptions if field has no |
HAS_RESOURCEGATEWAYARN() |
Determine if RESOURCEGATEWAYARN has a value |
resourceAssociationArn¶
The ARN of the service network resource association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEASSOCIATIONARN() |
Getter for RESOURCEASSOCIATIONARN, with configurable default |
ASK_RESOURCEASSOCIATIONARN() |
Getter for RESOURCEASSOCIATIONARN w/ exceptions if field has |
HAS_RESOURCEASSOCIATIONARN() |
Determine if RESOURCEASSOCIATIONARN 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_PRIVATEENDPOINTMANAGEDRES¶
TYPES TT_PRIVATEENDPOINTMANAGEDRES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMANAGEDRESDETAILS WITH DEFAULT KEY
.