Struct rusoto_autoscaling::PutScheduledUpdateGroupActionType [] [src]

pub struct PutScheduledUpdateGroupActionType {
    pub auto_scaling_group_name: String,
    pub desired_capacity: Option<i64>,
    pub end_time: Option<String>,
    pub max_size: Option<i64>,
    pub min_size: Option<i64>,
    pub recurrence: Option<String>,
    pub scheduled_action_name: String,
    pub start_time: Option<String>,
    pub time: Option<String>,
}

Contains the parameters for PutScheduledUpdateGroupAction.

Fields

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

The number of EC2 instances that should be running in the group.

The time for the recurring schedule to end. Auto Scaling does not perform the action after this time.

The maximum size for the Auto Scaling group.

The minimum size for the Auto Scaling group.

The recurring schedule for this action, in Unix cron syntax format. For more information, see Cron in Wikipedia.

The name of this scaling action.

The time for this action to start, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z).

If you specify Recurrence and StartTime, Auto Scaling performs the action at this time, and then performs the action based on the specified recurrence.

If you try to schedule your action in the past, Auto Scaling returns an error message.

This parameter is deprecated.

Trait Implementations

impl Default for PutScheduledUpdateGroupActionType
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for PutScheduledUpdateGroupActionType
[src]

[src]

Formats the value using the given formatter.

impl Clone for PutScheduledUpdateGroupActionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more