Class: Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The type of encryption used for the encryption configuration.

Returns:

  • (String)


7630
7631
7632
7633
7634
7635
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7630

class PutDefaultEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Key ID of the customer managed key used for KMS encryption. This is required if you use ‘KMS_BASED_ENCRYPTION`.

Returns:

  • (String)


7630
7631
7632
7633
7634
7635
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7630

class PutDefaultEncryptionConfigurationRequest < Struct.new(
  :encryption_type,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end