Alert Prometheus Rule Group Rule Action Args
data class AlertPrometheusRuleGroupRuleActionArgs(val actionGroupId: Output<String>, val actionProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<AlertPrometheusRuleGroupRuleActionArgs>
Constructors
Link copied to clipboard
fun AlertPrometheusRuleGroupRuleActionArgs(actionGroupId: Output<String>, actionProperties: Output<Map<String, String>>? = null)