Skip to content

/AWS1/CL_EC2CIDRAUTHCONTEXT

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 Configuring your BYOIP address range in the Amazon EC2 User Guide.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_MESSAGE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The plain-text authorization message for the prefix and account.

IV_SIGNATURE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

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