Class: Aws::EMRServerless::Types::DiskEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::DiskEncryptionConfiguration
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
The configuration object that allows encrypting local disks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_context ⇒ Hash<String,String>
Specifies the optional encryption context that will be used when encrypting the data.
-
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt local disks.
Instance Attribute Details
#encryption_context ⇒ Hash<String,String>
Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.
612 613 614 615 616 617 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 612 class DiskEncryptionConfiguration < Struct.new( :encryption_context, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt local disks.
612 613 614 615 616 617 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 612 class DiskEncryptionConfiguration < Struct.new( :encryption_context, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |