/AWS1/CL_FNTALLOWEDMETHODS¶
A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices:
-
CloudFront forwards only
GETandHEADrequests. -
CloudFront forwards only
GET,HEAD, andOPTIONSrequests. -
CloudFront forwards
GET, HEAD, OPTIONS, PUT, PATCH, POST, andDELETErequests.
If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you might not want users to have permissions to delete objects from your origin.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for
GETandHEADrequests), 3 (forGET,HEAD, andOPTIONSrequests) and 7 (forGET, HEAD, OPTIONS, PUT, PATCH, POST, andDELETErequests).
it_items TYPE /AWS1/CL_FNTMETHODSLIST_W=>TT_METHODSLIST TT_METHODSLIST¶
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
Optional arguments:¶
io_cachedmethods TYPE REF TO /AWS1/CL_FNTCACHEDMETHODS /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.
Queryable Attributes¶
Quantity¶
The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for
GETandHEADrequests), 3 (forGET,HEAD, andOPTIONSrequests) and 7 (forGET, HEAD, OPTIONS, PUT, PATCH, POST, andDELETErequests).
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 process and forward to your origin.
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 |
CachedMethods¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHEDMETHODS() |
Getter for CACHEDMETHODS |