Notification Preference Args
data class NotificationPreferenceArgs(val sendNotification: Output<Boolean>, val stageName: Output<Either<String, NotificationStageName>>) : ConvertibleToJava<NotificationPreferenceArgs>
Notification preference for a job stage.
Constructors
Link copied to clipboard
constructor(sendNotification: Output<Boolean>, stageName: Output<Either<String, NotificationStageName>>)