AWS::GroundStation::MissionProfile StreamsKmsKey
KMS key info.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KmsAliasArn" :
String
, "KmsKeyArn" :String
}
YAML
KmsAliasArn:
String
KmsKeyArn:String
Properties
KmsAliasArn
-
KMS Alias Arn.
Required: No
Type: String
Pattern:
^(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()$
Update requires: No interruption
KmsKeyArn
-
KMS Key Arn.
Required: No
Type: String
Pattern:
^(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()$
Update requires: No interruption