Struct aws_sdk_redshift::input::create_scheduled_action_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateScheduledActionInput
Implementations
The name of the scheduled action. The name must be unique within an account. For more information about this parameter, see ScheduledAction.
The name of the scheduled action. The name must be unique within an account. For more information about this parameter, see ScheduledAction.
A JSON format string of the Amazon Redshift API operation with input parameters. For more information about this parameter, see ScheduledAction.
A JSON format string of the Amazon Redshift API operation with input parameters. For more information about this parameter, see ScheduledAction.
The schedule in at( )
or cron( )
format.
For more information about this parameter, see ScheduledAction.
The schedule in at( )
or cron( )
format.
For more information about this parameter, see ScheduledAction.
The IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
The IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
The description of the scheduled action.
The description of the scheduled action.
The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger. For more information about this parameter, see ScheduledAction.
The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger. For more information about this parameter, see ScheduledAction.
The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger. For more information about this parameter, see ScheduledAction.
The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger. For more information about this parameter, see ScheduledAction.
If true, the schedule is enabled. If false, the scheduled action does not trigger.
For more information about state
of the scheduled action, see ScheduledAction.
If true, the schedule is enabled. If false, the scheduled action does not trigger.
For more information about state
of the scheduled action, see ScheduledAction.
Consumes the builder and constructs a CreateScheduledActionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more