Class: Aws::PrometheusService::Types::CloudWatchConfiguration

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

Overview

The configuration identifies the CloudWatch dataset used as a scraper destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The Amazon Resource Name (ARN) of the CloudWatch dataset. To use the default dataset, specify arn:aws:cloudwatch:<region>:<account-id>:dataset/default.

Returns:

  • (String)


294
295
296
297
298
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 294

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