AWS::CloudFront::StreamingDistribution TrustedSigners
A list of Amazon Web Services accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AwsAccountNumbers" :[ String, ... ], "Enabled" :Boolean}
YAML
AwsAccountNumbers:- StringEnabled:Boolean
Properties
AwsAccountNumbers-
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.Required: No
Type: List of String
Update requires: No interruption
Enabled-
This field is
trueif any of the Amazon Web Services accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field isfalse.Required: Yes
Type: Boolean
Update requires: No interruption
See also
-
TrustedSigners in the Amazon CloudFront API Reference