AWS::CloudFront::StreamingDistribution TrustedSigners - AWS CloudFormation

AWS::CloudFront::StreamingDistribution TrustedSigners

A list of AWS accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AwsAccountNumbers" : [ String, ... ], "Enabled" : Boolean }

YAML

AwsAccountNumbers: - String Enabled: Boolean

Properties

AwsAccountNumbers

An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the AWS 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 AWS 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