Struct rusoto_codedeploy::UpdateDeploymentGroupInput [] [src]

pub struct UpdateDeploymentGroupInput {
    pub alarm_configuration: Option<AlarmConfiguration>,
    pub application_name: String,
    pub auto_rollback_configuration: Option<AutoRollbackConfiguration>,
    pub auto_scaling_groups: Option<Vec<String>>,
    pub blue_green_deployment_configuration: Option<BlueGreenDeploymentConfiguration>,
    pub current_deployment_group_name: String,
    pub deployment_config_name: Option<String>,
    pub deployment_style: Option<DeploymentStyle>,
    pub ec_2_tag_filters: Option<Vec<EC2TagFilter>>,
    pub ec_2_tag_set: Option<EC2TagSet>,
    pub load_balancer_info: Option<LoadBalancerInfo>,
    pub new_deployment_group_name: Option<String>,
    pub on_premises_instance_tag_filters: Option<Vec<TagFilter>>,
    pub on_premises_tag_set: Option<OnPremisesTagSet>,
    pub service_role_arn: Option<String>,
    pub trigger_configurations: Option<Vec<TriggerConfig>>,
}

Represents the input of an UpdateDeploymentGroup operation.

Fields

Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.

The application name corresponding to the deployment group to update.

Information for an automatic rollback configuration that is added or changed when a deployment group is updated.

The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

Information about blue/green deployment options for a deployment group.

The current name of the deployment group.

The replacement deployment configuration name to use, if you want to change it.

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

Information about groups of tags applied to on-premises instances. The deployment group will include only EC2 instances identified by all the tag groups.

Information about the load balancer used in a deployment.

The new name of the deployment group, if you want to change it.

The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

Information about an on-premises instance tag set. The deployment group will include only on-premises instances identified by all the tag groups.

A replacement ARN for the service role, if you want to change it.

Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.

Trait Implementations

impl Default for UpdateDeploymentGroupInput
[src]

[src]

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

impl Debug for UpdateDeploymentGroupInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateDeploymentGroupInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more