ApplicationNotificationEndpointArgs

data class ApplicationNotificationEndpointArgs(val uri: Output<String>) : ConvertibleToJava<ApplicationNotificationEndpointArgs>

Managed application notification endpoint.

Constructors

Link copied to clipboard
constructor(uri: Output<String>)

Properties

Link copied to clipboard
val uri: Output<String>

The managed application notification endpoint uri.

Functions

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