Class: Aws::EMRServerless::Types::S3MonitoringConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrserverless/types.rb

Overview

The Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_arnString

The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-emrserverless/types.rb', line 1491

class S3MonitoringConfiguration < Struct.new(
  :log_uri,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_uriString

The Amazon S3 destination URI for log publishing.

Returns:

  • (String)


1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-emrserverless/types.rb', line 1491

class S3MonitoringConfiguration < Struct.new(
  :log_uri,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end