You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::UpdateDeploymentGroupInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDeploymentGroupInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName", # required
  current_deployment_group_name: "DeploymentGroupName", # required
  new_deployment_group_name: "DeploymentGroupName",
  deployment_config_name: "DeploymentConfigName",
  ec2_tag_filters: [
    {
      key: "Key",
      value: "Value",
      type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE
    },
  ],
  on_premises_instance_tag_filters: [
    {
      key: "Key",
      value: "Value",
      type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE
    },
  ],
  auto_scaling_groups: ["AutoScalingGroupName"],
  service_role_arn: "Role",
  trigger_configurations: [
    {
      trigger_name: "TriggerName",
      trigger_target_arn: "TriggerTargetArn",
      trigger_events: ["DeploymentStart"], # accepts DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, DeploymentReady, InstanceStart, InstanceSuccess, InstanceFailure, InstanceReady
    },
  ],
  alarm_configuration: {
    enabled: false,
    ignore_poll_alarm_failure: false,
    alarms: [
      {
        name: "AlarmName",
      },
    ],
  },
  auto_rollback_configuration: {
    enabled: false,
    events: ["DEPLOYMENT_FAILURE"], # accepts DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM, DEPLOYMENT_STOP_ON_REQUEST
  },
  deployment_style: {
    deployment_type: "IN_PLACE", # accepts IN_PLACE, BLUE_GREEN
    deployment_option: "WITH_TRAFFIC_CONTROL", # accepts WITH_TRAFFIC_CONTROL, WITHOUT_TRAFFIC_CONTROL
  },
  blue_green_deployment_configuration: {
    terminate_blue_instances_on_deployment_success: {
      action: "TERMINATE", # accepts TERMINATE, KEEP_ALIVE
      termination_wait_time_in_minutes: 1,
    },
    deployment_ready_option: {
      action_on_timeout: "CONTINUE_DEPLOYMENT", # accepts CONTINUE_DEPLOYMENT, STOP_DEPLOYMENT
      wait_time_in_minutes: 1,
    },
    green_fleet_provisioning_option: {
      action: "DISCOVER_EXISTING", # accepts DISCOVER_EXISTING, COPY_AUTO_SCALING_GROUP
    },
  },
  load_balancer_info: {
    elb_info_list: [
      {
        name: "ELBName",
      },
    ],
    target_group_info_list: [
      {
        name: "TargetGroupName",
      },
    ],
    target_group_pair_info_list: [
      {
        target_groups: [
          {
            name: "TargetGroupName",
          },
        ],
        prod_traffic_route: {
          listener_arns: ["ListenerArn"],
        },
        test_traffic_route: {
          listener_arns: ["ListenerArn"],
        },
      },
    ],
  },
  ec2_tag_set: {
    ec2_tag_set_list: [
      [
        {
          key: "Key",
          value: "Value",
          type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE
        },
      ],
    ],
  },
  ecs_services: [
    {
      service_name: "ECSServiceName",
      cluster_name: "ECSClusterName",
    },
  ],
  on_premises_tag_set: {
    on_premises_tag_set_list: [
      [
        {
          key: "Key",
          value: "Value",
          type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE
        },
      ],
    ],
  },
}

Represents the input of an UpdateDeploymentGroup operation.

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

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

Returns:

  • (Types::AlarmConfiguration)

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

#application_nameString

The application name that corresponds to the deployment group to update.

Returns:

  • (String)

    The application name that corresponds to the deployment group to update.

#auto_rollback_configurationTypes::AutoRollbackConfiguration

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

Returns:

#auto_scaling_groupsArray<String>

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.

Returns:

  • (Array<String>)

    The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.

#blue_green_deployment_configurationTypes::BlueGreenDeploymentConfiguration

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

Returns:

#current_deployment_group_nameString

The current name of the deployment group.

Returns:

  • (String)

    The current name of the deployment group.

#deployment_config_nameString

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

Returns:

  • (String)

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

#deployment_styleTypes::DeploymentStyle

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.

Returns:

  • (Types::DeploymentStyle)

    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.

#ec2_tag_filtersArray<Types::EC2TagFilter>

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.

Returns:

  • (Array<Types::EC2TagFilter>)

    The replacement set of Amazon EC2 tags on which to filter, if you want to change them.

#ec2_tag_setTypes::EC2TagSet

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

Returns:

  • (Types::EC2TagSet)

    Information about groups of tags applied to on-premises instances.

#ecs_servicesArray<Types::ECSService>

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

Returns:

  • (Array<Types::ECSService>)

    The target Amazon ECS services in the deployment group.

#load_balancer_infoTypes::LoadBalancerInfo

Information about the load balancer used in a deployment.

Returns:

#new_deployment_group_nameString

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

Returns:

  • (String)

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

#on_premises_instance_tag_filtersArray<Types::TagFilter>

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.

Returns:

  • (Array<Types::TagFilter>)

    The replacement set of on-premises instance tags on which to filter, if you want to change them.

#on_premises_tag_setTypes::OnPremisesTagSet

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

Returns:

#service_role_arnString

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

Returns:

  • (String)

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

#trigger_configurationsArray<Types::TriggerConfig>

Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.

Returns:

  • (Array<Types::TriggerConfig>)

    Information about triggers to change when the deployment group is updated.