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 usageSIGN_VERIFY).Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9/:_-]{1,512}$Minimum:
1Maximum:
512Update requires: Replacement