pagerduty Integrations
Parameters
value
The unique id of a configured pagerduty endpoint to which the notification should be dispatched. One of email, webhooks, or PagerDuty mechanisms is required.
suspend fun pagerdutyIntegrations(vararg values: Output<NotificationPolicyPagerdutyIntegrationArgs>)
Parameters
values
The unique id of a configured pagerduty endpoint to which the notification should be dispatched. One of email, webhooks, or PagerDuty mechanisms is required.
suspend fun pagerdutyIntegrations(argument: List<suspend NotificationPolicyPagerdutyIntegrationArgsBuilder.() -> Unit>)
suspend fun pagerdutyIntegrations(vararg argument: suspend NotificationPolicyPagerdutyIntegrationArgsBuilder.() -> Unit)
suspend fun pagerdutyIntegrations(argument: suspend NotificationPolicyPagerdutyIntegrationArgsBuilder.() -> Unit)
Parameters
argument
The unique id of a configured pagerduty endpoint to which the notification should be dispatched. One of email, webhooks, or PagerDuty mechanisms is required.