Class: Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationRequest
- Defined in:
- gems/aws-sdk-iotsitewise/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 'gems/aws-sdk-iotsitewise/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 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8165 class PutDefaultEncryptionConfigurationRequest < Struct.new( :encryption_type, :kms_key_id) SENSITIVE = [] include Aws::Structure end |