Class: Aws::IoTFleetWise::Types::PutEncryptionConfigurationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The type of encryption. Choose ‘KMS_BASED_ENCRYPTION` to use a KMS key or `FLEETWISE_DEFAULT_ENCRYPTION` to use an Amazon Web Services managed key.

Returns:

  • (String)


3182
3183
3184
3185
3186
3187
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3182

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

#kms_key_idString

The ID of the KMS key that is used for encryption.

Returns:

  • (String)


3182
3183
3184
3185
3186
3187
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3182

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