Class: Aws::EMRServerless::Types::ManagedPersistenceMonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ManagedPersistenceMonitoringConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The managed log persistence configuration for a job run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables managed logging and defaults to true.
-
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt the logs stored in managed log persistence.
Instance Attribute Details
#enabled ⇒ Boolean
Enables managed logging and defaults to true. If set to false, managed logging will be turned off.
1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1318 class ManagedPersistenceMonitoringConfiguration < Struct.new( :enabled, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt the logs stored in managed log persistence.
1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1318 class ManagedPersistenceMonitoringConfiguration < Struct.new( :enabled, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |