ModifyScheduledActionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.

Link copied to clipboard

A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.

Link copied to clipboard

A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.

Link copied to clipboard

A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.

Link copied to clipboard

A modified description of the scheduled action.

Link copied to clipboard

The name of the scheduled action to modify.

Link copied to clipboard

A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.

Link copied to clipboard

A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String