Alarm Target Args
data class AlarmTargetArgs(val arn: Output<String>? = null, val jsonParams: Output<String>? = null, val level: Output<String>? = null, val targetId: Output<String>? = null) : ConvertibleToJava<AlarmTargetArgs>
Properties
Link copied to clipboard
The parameters of the alert callback. The parameters are in the JSON format.
Link copied to clipboard
The ID of the resource for which alerts are triggered. For more information about how to obtain the ID of the resource for which alerts are triggered, see DescribeMetricRuleTargets .