View a markdown version of this page

AWS::SupportAuthZ::SupportPermit SigningKeyInfo - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SupportAuthZ::SupportPermit SigningKeyInfo

The customer managed Amazon KMS key used to cryptographically sign a support permit.

Syntax

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

JSON

{ "KmsKey" : String }

YAML

KmsKey: String

Properties

KmsKey

The Amazon Resource Name (ARN) of the customer managed Amazon KMS key used to sign permit grants. The key must be an asymmetric Amazon KMS key configured for signing and verification (key spec ECC_NIST_P384, key usage SIGN_VERIFY).

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9/:_-]{1,512}$

Minimum: 1

Maximum: 512

Update requires: Replacement