Class: Aws::KinesisAnalyticsV2::Types::ApplicationEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationEncryptionConfiguration
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Specifies the configuration to manage encryption at rest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
-
#key_type ⇒ String
Specifies the type of key used for encryption at rest.
Instance Attribute Details
#key_id ⇒ String
The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
749 750 751 752 753 754 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 749 class ApplicationEncryptionConfiguration < Struct.new( :key_id, :key_type) SENSITIVE = [] include Aws::Structure end |
#key_type ⇒ String
Specifies the type of key used for encryption at rest.
749 750 751 752 753 754 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 749 class ApplicationEncryptionConfiguration < Struct.new( :key_id, :key_type) SENSITIVE = [] include Aws::Structure end |