/AWS1/CL_FNTSIGNER¶
A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_awsaccountnumber
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is
self
.
io_keypairids
TYPE REF TO /AWS1/CL_FNTKEYPAIRIDS
/AWS1/CL_FNTKEYPAIRIDS
¶
A list of CloudFront key pair identifiers.
Queryable Attributes¶
AwsAccountNumber¶
An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is
self
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSACCOUNTNUMBER() |
Getter for AWSACCOUNTNUMBER, with configurable default |
ASK_AWSACCOUNTNUMBER() |
Getter for AWSACCOUNTNUMBER w/ exceptions if field has no va |
HAS_AWSACCOUNTNUMBER() |
Determine if AWSACCOUNTNUMBER has a value |
KeyPairIds¶
A list of CloudFront key pair identifiers.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEYPAIRIDS() |
Getter for KEYPAIRIDS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SIGNERLIST
¶
TYPES TT_SIGNERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTSIGNER WITH DEFAULT KEY
.