webhooksIntegrations

@JvmName(name = "ylejgfnmfebbfhcc")
suspend fun webhooksIntegrations(value: Output<List<NotificationPolicyWebhooksIntegrationArgs>>)
@JvmName(name = "wgnorxymmkjkdxmc")
suspend fun webhooksIntegrations(value: List<NotificationPolicyWebhooksIntegrationArgs>?)

Parameters

value

The unique id of a configured webhooks endpoint to which the notification should be dispatched. One of email, webhooks, or PagerDuty mechanisms is required.


@JvmName(name = "jtcbgrqlsvkddbxs")
suspend fun webhooksIntegrations(vararg values: Output<NotificationPolicyWebhooksIntegrationArgs>)


@JvmName(name = "obbiockclpqjatay")
suspend fun webhooksIntegrations(values: List<Output<NotificationPolicyWebhooksIntegrationArgs>>)
@JvmName(name = "bexxwhfosfgeltue")
suspend fun webhooksIntegrations(vararg values: NotificationPolicyWebhooksIntegrationArgs)

Parameters

values

The unique id of a configured webhooks endpoint to which the notification should be dispatched. One of email, webhooks, or PagerDuty mechanisms is required.


@JvmName(name = "devimnxvlynijyen")
suspend fun webhooksIntegrations(argument: List<suspend NotificationPolicyWebhooksIntegrationArgsBuilder.() -> Unit>)
@JvmName(name = "civvguisogsffrac")
suspend fun webhooksIntegrations(vararg argument: suspend NotificationPolicyWebhooksIntegrationArgsBuilder.() -> Unit)
@JvmName(name = "dlruvqcuacivgyut")
suspend fun webhooksIntegrations(argument: suspend NotificationPolicyWebhooksIntegrationArgsBuilder.() -> Unit)

Parameters

argument

The unique id of a configured webhooks endpoint to which the notification should be dispatched. One of email, webhooks, or PagerDuty mechanisms is required.