/AWS1/CL_FNTCUSTOMHEADERS¶
A complex type that contains the list of Custom Headers for each origin.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of custom headers, if any, for this distribution.
Optional arguments:¶
it_items TYPE /AWS1/CL_FNTORIGINCUSTOMHEADER=>TT_ORIGINCUSTOMHEADERSLIST TT_ORIGINCUSTOMHEADERSLIST¶
Optional: A list that contains one
OriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin. If Quantity is0, omitItems.
Queryable Attributes¶
Quantity¶
The number of custom headers, if any, for this distribution.
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¶
Optional: A list that contains one
OriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin. If Quantity is0, omitItems.
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 |