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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/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)


1214
1215
1216
1217
1218
1219
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1214

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)


1214
1215
1216
1217
1218
1219
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1214

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