/AWS1/CL_FNTTRUSTEDSIGNERS¶
A list of Amazon Web Services accounts 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
true
if any of the Amazon Web Services accounts in the list are configured as trusted signers. If not, this field isfalse
.
iv_quantity
TYPE /AWS1/FNTINTEGER
/AWS1/FNTINTEGER
¶
The number of Amazon Web Services accounts in the list.
Optional arguments:¶
it_items
TYPE /AWS1/CL_FNTAWSACCTNUMLIST_W=>TT_AWSACCOUNTNUMBERLIST
TT_AWSACCOUNTNUMBERLIST
¶
A list of Amazon Web Services account identifiers.
Queryable Attributes¶
Enabled¶
This field is
true
if any of the Amazon Web Services accounts in the list are configured as trusted signers. 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 Amazon Web Services accounts 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 Amazon Web Services account 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 |