Class: Aws::PrometheusService::Types::CloudWatchConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::CloudWatchConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch dataset. To use the
default dataset, specify
arn:aws:cloudwatch:<region>:<account-id>:dataset/default.
294 295 296 297 298 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 294 class CloudWatchConfiguration < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |