App Monitor Metric Destination Args
data class AppMonitorMetricDestinationArgs(val destination: Output<AppMonitorMetricDestinationDestination>, val destinationArn: Output<String>? = null, val iamRoleArn: Output<String>? = null, val metricDefinitions: Output<List<AppMonitorMetricDefinitionArgs>>? = null) : ConvertibleToJava<AppMonitorMetricDestinationArgs>
An structure which defines the destination and the metrics that you want to send.
Constructors
Link copied to clipboard
fun AppMonitorMetricDestinationArgs(destination: Output<AppMonitorMetricDestinationDestination>, destinationArn: Output<String>? = null, iamRoleArn: Output<String>? = null, metricDefinitions: Output<List<AppMonitorMetricDefinitionArgs>>? = null)
Functions
Properties
Link copied to clipboard
This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter. This parameter specifies the ARN of an IAM role that RUM will assume to write to the Evidently experiment that you are sending metrics to. This role must have permission to write to that experiment.