Class: Aws::EMRServerless::Types::PrometheusMonitoringConfiguration

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

Overview

The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#remote_write_urlString

The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.

Returns:

  • (String)


1383
1384
1385
1386
1387
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1383

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