#include <TrustedSigners.h>
A list of AWS accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
See Also:
AWS API Reference
Definition at line 32 of file TrustedSigners.h.
◆ TrustedSigners() [1/2]
Aws::CloudFront::Model::TrustedSigners::TrustedSigners |
( |
| ) |
|
◆ TrustedSigners() [2/2]
◆ AddItems() [1/3]
◆ AddItems() [2/3]
◆ AddItems() [3/3]
TrustedSigners& Aws::CloudFront::Model::TrustedSigners::AddItems |
( |
const char * |
value | ) |
|
|
inline |
◆ AddToNode()
◆ EnabledHasBeenSet()
bool Aws::CloudFront::Model::TrustedSigners::EnabledHasBeenSet |
( |
| ) |
const |
|
inline |
This field is true
if any of the AWS accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
Definition at line 54 of file TrustedSigners.h.
◆ GetEnabled()
bool Aws::CloudFront::Model::TrustedSigners::GetEnabled |
( |
| ) |
const |
|
inline |
This field is true
if any of the AWS accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
Definition at line 47 of file TrustedSigners.h.
◆ GetItems()
◆ GetQuantity()
int Aws::CloudFront::Model::TrustedSigners::GetQuantity |
( |
| ) |
const |
|
inline |
◆ ItemsHasBeenSet()
bool Aws::CloudFront::Model::TrustedSigners::ItemsHasBeenSet |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ QuantityHasBeenSet()
bool Aws::CloudFront::Model::TrustedSigners::QuantityHasBeenSet |
( |
| ) |
const |
|
inline |
◆ SetEnabled()
void Aws::CloudFront::Model::TrustedSigners::SetEnabled |
( |
bool |
value | ) |
|
|
inline |
This field is true
if any of the AWS accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
Definition at line 61 of file TrustedSigners.h.
◆ SetItems() [1/2]
◆ SetItems() [2/2]
◆ SetQuantity()
void Aws::CloudFront::Model::TrustedSigners::SetQuantity |
( |
int |
value | ) |
|
|
inline |
◆ WithEnabled()
TrustedSigners& Aws::CloudFront::Model::TrustedSigners::WithEnabled |
( |
bool |
value | ) |
|
|
inline |
This field is true
if any of the AWS accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
Definition at line 68 of file TrustedSigners.h.
◆ WithItems() [1/2]
◆ WithItems() [2/2]
◆ WithQuantity()
TrustedSigners& Aws::CloudFront::Model::TrustedSigners::WithQuantity |
( |
int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: