/AWS1/CL_FNTANYCASTIPLIST¶
An Anycast static IP list. For more information, see Request Anycast static IPs to use for allowlisting in the Amazon CloudFront Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The ID of the Anycast static IP list.
iv_name TYPE /AWS1/FNTANYCASTIPLISTNAME /AWS1/FNTANYCASTIPLISTNAME¶
The name of the Anycast static IP list.
iv_status TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The status of the Anycast static IP list. Valid values:
Deployed,Deploying, orFailed.
iv_arn TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The Amazon Resource Name (ARN) of the Anycast static IP list.
it_anycastips TYPE /AWS1/CL_FNTANYCASTIPS_W=>TT_ANYCASTIPS TT_ANYCASTIPS¶
The static IP addresses that are allocated to the Anycast static IP list.
iv_ipcount TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of IP addresses in the Anycast static IP list.
iv_lastmodifiedtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The last time the Anycast static IP list was modified.
Optional arguments:¶
iv_ipaddresstype TYPE /AWS1/FNTIPADDRESSTYPE /AWS1/FNTIPADDRESSTYPE¶
The IP address type for the Anycast static IP list.
io_ipamconfig TYPE REF TO /AWS1/CL_FNTIPAMCONFIG /AWS1/CL_FNTIPAMCONFIG¶
The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.
Queryable Attributes¶
Id¶
The ID of the Anycast static IP list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
The name of the Anycast static IP list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Status¶
The status of the Anycast static IP list. Valid values:
Deployed,Deploying, orFailed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Arn¶
The Amazon Resource Name (ARN) of the Anycast static IP list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
IpAddressType¶
The IP address type for the Anycast static IP list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE, with configurable default |
ASK_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE w/ exceptions if field has no value |
HAS_IPADDRESSTYPE() |
Determine if IPADDRESSTYPE has a value |
IpamConfig¶
The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPAMCONFIG() |
Getter for IPAMCONFIG |
AnycastIps¶
The static IP addresses that are allocated to the Anycast static IP list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANYCASTIPS() |
Getter for ANYCASTIPS, with configurable default |
ASK_ANYCASTIPS() |
Getter for ANYCASTIPS w/ exceptions if field has no value |
HAS_ANYCASTIPS() |
Determine if ANYCASTIPS has a value |
IpCount¶
The number of IP addresses in the Anycast static IP list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPCOUNT() |
Getter for IPCOUNT, with configurable default |
ASK_IPCOUNT() |
Getter for IPCOUNT w/ exceptions if field has no value |
HAS_IPCOUNT() |
Determine if IPCOUNT has a value |
LastModifiedTime¶
The last time the Anycast static IP list was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |