| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.Rum.Types.MetricDestinationSummary
Description
Synopsis
- data MetricDestinationSummary = MetricDestinationSummary' {}
 - newMetricDestinationSummary :: MetricDestinationSummary
 - metricDestinationSummary_destination :: Lens' MetricDestinationSummary (Maybe MetricDestination)
 - metricDestinationSummary_destinationArn :: Lens' MetricDestinationSummary (Maybe Text)
 - metricDestinationSummary_iamRoleArn :: Lens' MetricDestinationSummary (Maybe Text)
 
Documentation
data MetricDestinationSummary Source #
A structure that displays information about one destination that CloudWatch RUM sends extended metrics to.
See: newMetricDestinationSummary smart constructor.
Constructors
| MetricDestinationSummary' | |
Fields 
  | |
Instances
newMetricDestinationSummary :: MetricDestinationSummary Source #
Create a value of MetricDestinationSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destination:MetricDestinationSummary', metricDestinationSummary_destination - Specifies whether the destination is CloudWatch or Evidently.
$sel:destinationArn:MetricDestinationSummary', metricDestinationSummary_destinationArn - If the destination is Evidently, this specifies the ARN of the
 Evidently experiment that receives the metrics.
$sel:iamRoleArn:MetricDestinationSummary', metricDestinationSummary_iamRoleArn - This field appears only when the destination is Evidently. It
 specifies the ARN of the IAM role that is used to write to the Evidently
 experiment that receives the metrics.
metricDestinationSummary_destination :: Lens' MetricDestinationSummary (Maybe MetricDestination) Source #
Specifies whether the destination is CloudWatch or Evidently.
metricDestinationSummary_destinationArn :: Lens' MetricDestinationSummary (Maybe Text) Source #
If the destination is Evidently, this specifies the ARN of the
 Evidently experiment that receives the metrics.
metricDestinationSummary_iamRoleArn :: Lens' MetricDestinationSummary (Maybe Text) Source #
This field appears only when the destination is Evidently. It
 specifies the ARN of the IAM role that is used to write to the Evidently
 experiment that receives the metrics.