/AWS1/CL_FNTTRUSTEDKEYGROUPS¶
A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enabled TYPE /AWS1/FNTBOOLEAN /AWS1/FNTBOOLEAN¶
This field is
trueif any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field isfalse.
iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER¶
The number of key groups in the list.
Optional arguments:¶
it_items TYPE /AWS1/CL_FNTTRUSTEDKEYGRIDLS00=>TT_TRUSTEDKEYGROUPIDLIST TT_TRUSTEDKEYGROUPIDLIST¶
A list of key groups identifiers.
Queryable Attributes¶
Enabled¶
This field is
trueif any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field isfalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
Quantity¶
The number of key groups 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¶
A list of key groups identifiers.
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 |