class Aws::Connect::Types::EncryptionConfig

The encryption configuration.

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

data as a hash:

    {
      encryption_type: "KMS", # required, accepts KMS
      key_id: "KeyId", # required
    }

@!attribute [rw] encryption_type

The type of encryption.
@return [String]

@!attribute [rw] key_id

The identifier of the encryption key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/EncryptionConfig AWS API Documentation

Constants

SENSITIVE