/AWS1/CL_FNTCACHEDMETHODS¶
A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:
-
CloudFront caches responses to
GETandHEADrequests. -
CloudFront caches responses to
GET,HEAD, andOPTIONSrequests.
If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of HTTP methods for which you want CloudFront to cache responses. Valid values are
2(for caching responses toGETandHEADrequests) and3(for caching responses toGET,HEAD, andOPTIONSrequests).
it_items TYPE /AWS1/CL_FNTMETHODSLIST_W=>TT_METHODSLIST TT_METHODSLIST¶
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethodsincludeGET,HEAD, andOPTIONS, depending on which caching option you choose. For more information, see the preceding section.
Queryable Attributes¶
Quantity¶
The number of HTTP methods for which you want CloudFront to cache responses. Valid values are
2(for caching responses toGETandHEADrequests) and3(for caching responses toGET,HEAD, andOPTIONSrequests).
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¶
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethodsincludeGET,HEAD, andOPTIONS, depending on which caching option you choose. For more information, see the preceding section.
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 |