Scheduled Events Profile Args
    data class ScheduledEventsProfileArgs(val osImageNotificationProfile: Output<OSImageNotificationProfileArgs>? = null, val terminateNotificationProfile: Output<TerminateNotificationProfileArgs>? = null) : ConvertibleToJava<ScheduledEventsProfileArgs> 
Constructors
Link copied to clipboard
                fun ScheduledEventsProfileArgs(osImageNotificationProfile: Output<OSImageNotificationProfileArgs>? = null, terminateNotificationProfile: Output<TerminateNotificationProfileArgs>? = null)