NotificationEndpointArgs

data class NotificationEndpointArgs(val locations: Output<List<String>>? = null, val notificationDestination: Output<String>? = null) : ConvertibleToJava<NotificationEndpointArgs>

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, notificationDestination: Output<String>? = null)

Properties

Link copied to clipboard
val locations: Output<List<String>>? = null
Link copied to clipboard
val notificationDestination: Output<String>? = null

Functions

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