AWS::GroundStation::MissionProfile StreamsKmsKey - 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::GroundStation::MissionProfile StreamsKmsKey

KMS key info.

Syntax

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

JSON

{ "KmsAliasArn" : String, "KmsAliasName" : String, "KmsKeyArn" : String }

YAML

KmsAliasArn: String KmsAliasName: 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

KmsAliasName

KMS Alias Name.

Required: No

Type: String

Pattern: ^alias/[a-zA-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