Class: Aws::EMR::Types::SessionManagedLoggingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Whether Amazon EMR-managed logging is enabled for the session.

Returns:

  • (Boolean)


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_arnString

The Amazon Resource Name (ARN) of the KMS key used to encrypt the managed logs.

Returns:

  • (String)


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