UpdateScheduledActionRequest
Types
Properties
Link copied to clipboard
The unique identifier of the action to reschedule. To retrieve this ID, send a ListScheduledActions request.
Link copied to clipboard
The type of action to reschedule. Can be one of SERVICE_SOFTWARE_UPDATE
, JVM_HEAP_SIZE_TUNING
, or JVM_YOUNG_GEN_TUNING
. To retrieve this value, send a ListScheduledActions request.
Link copied to clipboard
The time to implement the change, in Coordinated Universal Time (UTC). Only specify this parameter if you set ScheduleAt
to TIMESTAMP
.
Link copied to clipboard
The name of the domain to reschedule an action for.
Link copied to clipboard
When to schedule the action.
Functions
Link copied to clipboard
inline fun copy(block: UpdateScheduledActionRequest.Builder.() -> Unit = {}): UpdateScheduledActionRequest