Notification Endpoint Args
data class NotificationEndpointArgs(val locations: Output<List<String>>? = null, val notificationDestination: Output<String>? = null) : ConvertibleToJava<NotificationEndpointArgs>
Constructors
Link copied to clipboard
fun NotificationEndpointArgs(locations: Output<List<String>>? = null, notificationDestination: Output<String>? = null)