ScheduledEventsProfileArgs

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)

Properties

Link copied to clipboard

Specifies OS Image Scheduled Event related configurations.

Link copied to clipboard

Specifies Terminate Scheduled Event related configurations.

Functions

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