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)


8165
8166
8167
8168
8169
8170
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8165

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)


8165
8166
8167
8168
8169
8170
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8165

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