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