NotificationPolicyMechanismsArgs

data class NotificationPolicyMechanismsArgs(val emails: Output<List<NotificationPolicyMechanismsEmailArgs>>? = null, val pagerduties: Output<List<NotificationPolicyMechanismsPagerdutyArgs>>? = null, val webhooks: Output<List<NotificationPolicyMechanismsWebhookArgs>>? = null) : ConvertibleToJava<NotificationPolicyMechanismsArgs>

Constructors

Link copied to clipboard
constructor(emails: Output<List<NotificationPolicyMechanismsEmailArgs>>? = null, pagerduties: Output<List<NotificationPolicyMechanismsPagerdutyArgs>>? = null, webhooks: Output<List<NotificationPolicyMechanismsWebhookArgs>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): NotificationPolicyMechanismsArgs