AWS::CloudFront::StreamingDistribution TrustedSigners - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - String Enabled: 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: Array of String

Update requires: No interruption

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 is false.

Required: Yes

Type: Boolean

Update requires: No interruption

See also