AWS::KinesisAnalyticsV2::Application ApplicationEncryptionConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::KinesisAnalyticsV2::Application ApplicationEncryptionConfiguration

Specifies the configuration to manage encryption at rest.

Syntax

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

JSON

{ "KeyId" : String, "KeyType" : String }

YAML

KeyId: String KeyType: String

Properties

KeyId

The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.

Required: No

Type: String

Pattern: ^(?:arn:.*:kms:.*:.*:(?:key\/.*|alias\/.*)|alias\/.*|(?i)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$

Minimum: 1

Maximum: 2048

Update requires: No interruption

KeyType

Specifies the type of key used for encryption at rest.

Required: Yes

Type: String

Allowed values: AWS_OWNED_KEY | CUSTOMER_MANAGED_KEY

Update requires: No interruption