AWS::NimbleStudio::StreamingImage StreamingImageEncryptionConfiguration - AWS CloudFormation

AWS::NimbleStudio::StreamingImage StreamingImageEncryptionConfiguration

Specifies how a streaming image is encrypted.

Syntax

To declare this entity in your AWS 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: CUSTOMER_MANAGED_KEY

Update requires: No interruption