ApplicationNotificationPolicyArgs

data class ApplicationNotificationPolicyArgs(val notificationEndpoints: Output<List<ApplicationNotificationEndpointArgs>>) : ConvertibleToJava<ApplicationNotificationPolicyArgs>

Managed application notification policy.

Constructors

Link copied to clipboard
constructor(notificationEndpoints: Output<List<ApplicationNotificationEndpointArgs>>)

Properties

Link copied to clipboard

The managed application notification endpoint.

Functions

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