AWS::NimbleStudio::Studio StudioEncryptionConfiguration - 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::NimbleStudio::Studio StudioEncryptionConfiguration

Configuration of the encryption method that is used for the studio.

Syntax

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

JSON

{ "KeyArn" : String, "KeyType" : String }

YAML

KeyArn: String KeyType: String

Properties

KeyArn

The ARN for a KMS key that is used to encrypt studio data.

Required: No

Type: String

Pattern: ^arn:.*

Minimum: 4

Update requires: No interruption

KeyType

The type of KMS key that is used to encrypt studio data.

Required: Yes

Type: String

Allowed values: AWS_OWNED_KEY | CUSTOMER_MANAGED_KEY

Update requires: No interruption