#include <TrustedKeyGroups.h>
A list of key groups 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 TrustedKeyGroups.h.
◆ TrustedKeyGroups() [1/2]
Aws::CloudFront::Model::TrustedKeyGroups::TrustedKeyGroups |
( |
| ) |
|
◆ TrustedKeyGroups() [2/2]
◆ AddItems() [1/3]
◆ AddItems() [2/3]
◆ AddItems() [3/3]
TrustedKeyGroups& Aws::CloudFront::Model::TrustedKeyGroups::AddItems |
( |
const char * |
value | ) |
|
|
inline |
◆ AddToNode()
◆ EnabledHasBeenSet()
bool Aws::CloudFront::Model::TrustedKeyGroups::EnabledHasBeenSet |
( |
| ) |
const |
|
inline |
This field is true
if 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 is false
.
Definition at line 54 of file TrustedKeyGroups.h.
◆ GetEnabled()
bool Aws::CloudFront::Model::TrustedKeyGroups::GetEnabled |
( |
| ) |
const |
|
inline |
This field is true
if 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 is false
.
Definition at line 47 of file TrustedKeyGroups.h.
◆ GetItems()
◆ GetQuantity()
int Aws::CloudFront::Model::TrustedKeyGroups::GetQuantity |
( |
| ) |
const |
|
inline |
◆ ItemsHasBeenSet()
bool Aws::CloudFront::Model::TrustedKeyGroups::ItemsHasBeenSet |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ QuantityHasBeenSet()
bool Aws::CloudFront::Model::TrustedKeyGroups::QuantityHasBeenSet |
( |
| ) |
const |
|
inline |
◆ SetEnabled()
void Aws::CloudFront::Model::TrustedKeyGroups::SetEnabled |
( |
bool |
value | ) |
|
|
inline |
This field is true
if 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 is false
.
Definition at line 61 of file TrustedKeyGroups.h.
◆ SetItems() [1/2]
◆ SetItems() [2/2]
◆ SetQuantity()
void Aws::CloudFront::Model::TrustedKeyGroups::SetQuantity |
( |
int |
value | ) |
|
|
inline |
◆ WithEnabled()
TrustedKeyGroups& Aws::CloudFront::Model::TrustedKeyGroups::WithEnabled |
( |
bool |
value | ) |
|
|
inline |
This field is true
if 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 is false
.
Definition at line 68 of file TrustedKeyGroups.h.
◆ WithItems() [1/2]
◆ WithItems() [2/2]
◆ WithQuantity()
TrustedKeyGroups& Aws::CloudFront::Model::TrustedKeyGroups::WithQuantity |
( |
int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: