Class: Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
-
#kms_key_id ⇒ String
The Key ID of the customer managed key used for KMS encryption.
Instance Attribute Details
#encryption_type ⇒ String
The type of encryption used for the encryption configuration.
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_id ⇒ String
The Key ID of the customer managed key used for KMS encryption. This is required if you use ‘KMS_BASED_ENCRYPTION`.
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 |