Service Notifications Args
data class ServiceNotificationsArgs(val additionalRecipients: Output<List<String>>? = null, val notifyDcAdmins: Output<Boolean>? = null, val notifyGlobalAdmins: Output<Boolean>? = null) : ConvertibleToJava<ServiceNotificationsArgs>
Constructors
Link copied to clipboard
fun ServiceNotificationsArgs(additionalRecipients: Output<List<String>>? = null, notifyDcAdmins: Output<Boolean>? = null, notifyGlobalAdmins: Output<Boolean>? = null)