Class: Aws::PrometheusService::Types::OpenSearchExporterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::OpenSearchExporterConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The configuration for exporting metrics to an Amazon OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon OpenSearch Service domain.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon OpenSearch Service domain.
1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1960 class OpenSearchExporterConfiguration < Struct.new( :domain_arn) SENSITIVE = [] include Aws::Structure end |