class Aws::NimbleStudio::Types::StudioEncryptionConfiguration

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

@note When making an API call, you may pass StudioEncryptionConfiguration

data as a hash:

    {
      key_arn: "StudioEncryptionConfigurationKeyArn",
      key_type: "AWS_OWNED_KEY", # required, accepts AWS_OWNED_KEY, CUSTOMER_MANAGED_KEY
    }

@!attribute [rw] key_arn

The Amazon Resource Name (ARN) for a KMS key that is used to encrypt
studio data.
@return [String]

@!attribute [rw] key_type

The type of KMS key that is used to encrypt studio data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/StudioEncryptionConfiguration AWS API Documentation

Constants

SENSITIVE