/AWS1/CL_FNTFUNCASSOCIATIONS¶
A list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution. Your functions must be published to the LIVE stage to associate them with a cache behavior.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of CloudFront functions in the list.
Optional arguments:¶
it_items TYPE /AWS1/CL_FNTFUNCASSOCIATION=>TT_FUNCTIONASSOCIATIONLIST TT_FUNCTIONASSOCIATIONLIST¶
The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. Your functions must be published to the
LIVEstage to associate them with a cache behavior.
Queryable Attributes¶
Quantity¶
The number of CloudFront functions in the list.
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 CloudFront functions that are associated with a cache behavior in a CloudFront distribution. Your functions must be published to the
LIVEstage to associate them with a cache behavior.
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 |