Class: Aws::EMRContainers::Types::ParametricS3MonitoringConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3. This data type allows job template parameters to be specified within.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_uriString

Amazon S3 destination URI for log publishing.

Returns:

  • (String)


1627
1628
1629
1630
1631
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1627

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