Class: Aws::KinesisAnalyticsV2::Types::ApplicationEncryptionConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationEncryptionConfigurationUpdate
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes configuration updates to encryption at rest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id_update ⇒ String
The key ARN, key ID, alias ARN, or alias name of the KMS key to be used for encryption at rest.
-
#key_type_update ⇒ String
Specifies the type of key to be used for encryption at rest.
Instance Attribute Details
#key_id_update ⇒ String
The key ARN, key ID, alias ARN, or alias name of the KMS key to be used for encryption at rest.
789 790 791 792 793 794 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 789 class ApplicationEncryptionConfigurationUpdate < Struct.new( :key_id_update, :key_type_update) SENSITIVE = [] include Aws::Structure end |
#key_type_update ⇒ String
Specifies the type of key to be used for encryption at rest.
789 790 791 792 793 794 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 789 class ApplicationEncryptionConfigurationUpdate < Struct.new( :key_id_update, :key_type_update) SENSITIVE = [] include Aws::Structure end |