/AWS1/CL_LSACOOKIEOBJECT¶
Describes whether an Amazon Lightsail content delivery network (CDN) distribution forwards cookies to the origin and, if so, which ones.
For the cookies that you specify, your distribution caches separate versions of the specified content based on the cookie values in viewer requests.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_option TYPE /AWS1/LSAFORWARDVALUES /AWS1/LSAFORWARDVALUES¶
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.
it_cookiesallowlist TYPE /AWS1/CL_LSASTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The specific cookies to forward to your distribution's origin.
Queryable Attributes¶
option¶
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTION() |
Getter for OPTION, with configurable default |
ASK_OPTION() |
Getter for OPTION w/ exceptions if field has no value |
HAS_OPTION() |
Determine if OPTION has a value |
cookiesAllowList¶
The specific cookies to forward to your distribution's origin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COOKIESALLOWLIST() |
Getter for COOKIESALLOWLIST, with configurable default |
ASK_COOKIESALLOWLIST() |
Getter for COOKIESALLOWLIST w/ exceptions if field has no va |
HAS_COOKIESALLOWLIST() |
Determine if COOKIESALLOWLIST has a value |