AWS::CloudFront::PublicKey PublicKeyConfig - 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::PublicKey PublicKeyConfig

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Syntax

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

JSON

{ "CallerReference" : String, "Comment" : String, "EncodedKey" : String, "Name" : String }

YAML

CallerReference: String Comment: String EncodedKey: String Name: String

Properties

CallerReference

A string included in the request to help make sure that the request can't be replayed.

Required: Yes

Type: String

Update requires: No interruption

Comment

A comment to describe the public key. The comment cannot be longer than 128 characters.

Required: No

Type: String

Update requires: No interruption

EncodedKey

The public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Required: Yes

Type: String

Update requires: No interruption

Name

A name to help identify the public key.

Required: Yes

Type: String

Update requires: No interruption