/AWS1/CL_FNTSTATUSCODES¶
A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of status codes.
it_items TYPE /AWS1/CL_FNTSTATUSCODELIST_W=>TT_STATUSCODELIST TT_STATUSCODELIST¶
The items (status codes) for an origin group.
Queryable Attributes¶
Quantity¶
The number of status codes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
Items¶
The items (status codes) for an origin group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |