ScheduledEventsProfileArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ScheduledEventsProfileArgs

Properties

Link copied to clipboard

Specifies OS Image Scheduled Event related configurations.

Link copied to clipboard

Specifies Terminate Scheduled Event related configurations.