Class: Aws::EMR::Types::SessionManagedLoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::SessionManagedLoggingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The Amazon EMR-managed logging configuration for a session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether Amazon EMR-managed logging is enabled for the session.
-
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the managed logs.
Instance Attribute Details
#enabled ⇒ Boolean
Whether Amazon EMR-managed logging is enabled for the session.
6617 6618 6619 6620 6621 6622 |
# File 'lib/aws-sdk-emr/types.rb', line 6617 class SessionManagedLoggingConfiguration < Struct.new( :enabled, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the managed logs.
6617 6618 6619 6620 6621 6622 |
# File 'lib/aws-sdk-emr/types.rb', line 6617 class SessionManagedLoggingConfiguration < Struct.new( :enabled, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |