Terminate Notification Profile Args
data class TerminateNotificationProfileArgs(val enable: Output<Boolean>? = null, val notBeforeTimeout: Output<String>? = null) : ConvertibleToJava<TerminateNotificationProfileArgs>
Constructors
Link copied to clipboard
fun TerminateNotificationProfileArgs(enable: Output<Boolean>? = null, notBeforeTimeout: Output<String>? = null)