class Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest

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

data as a hash:

    {
      encryption_type: "SITEWISE_DEFAULT_ENCRYPTION", # required, accepts SITEWISE_DEFAULT_ENCRYPTION, KMS_BASED_ENCRYPTION
      kms_key_id: "KmsKeyId",
    }

@!attribute [rw] encryption_type

The type of encryption used for the encryption configuration.
@return [String]

@!attribute [rw] kms_key_id

The Key ID of the customer managed customer master key (CMK) used
for KMS encryption. This is required if you use
`KMS_BASED_ENCRYPTION`.
@return [String]

Constants

SENSITIVE