/AWS1/CL_GACCIDRAUTHCONTEXT¶
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP).
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_message TYPE /AWS1/GACGENERICSTRING /AWS1/GACGENERICSTRING¶
The plain-text authorization message for the prefix and account.
iv_signature TYPE /AWS1/GACGENERICSTRING /AWS1/GACGENERICSTRING¶
The signed authorization message for the prefix and account.
Queryable Attributes¶
Message¶
The plain-text authorization message for the prefix and account.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_MESSAGE() | Getter for MESSAGE, with configurable default | 
| ASK_MESSAGE() | Getter for MESSAGE w/ exceptions if field has no value | 
| HAS_MESSAGE() | Determine if MESSAGE has a value | 
Signature¶
The signed authorization message for the prefix and account.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SIGNATURE() | Getter for SIGNATURE, with configurable default | 
| ASK_SIGNATURE() | Getter for SIGNATURE w/ exceptions if field has no value | 
| HAS_SIGNATURE() | Determine if SIGNATURE has a value |