This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SupportAuthZ::SupportPermit SigningKeyInfo
The customer managed AWS KMS key used to cryptographically sign a support permit.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "KmsKey" :String}
YAML
KmsKey:String
Properties
KmsKey-
The Amazon Resource Name (ARN) of the customer managed AWS KMS key used to sign permit grants. The key must be an asymmetric AWS 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