/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.
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 |
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 |