AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the UpdateDeploymentGroup operation. Changes information about an existing deployment group.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeDeploy.AmazonCodeDeployRequest
      Amazon.CodeDeploy.Model.UpdateDeploymentGroupRequest

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateDeploymentGroupRequest : AmazonCodeDeployRequest
         IRequestEvents

The UpdateDeploymentGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

The application name corresponding to the deployment group to update.

Public Property AutoScalingGroups System.Collections.Generic.List<System.String> Gets and sets the property AutoScalingGroups.

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

Public Property CurrentDeploymentGroupName System.String Gets and sets the property CurrentDeploymentGroupName.

The current name of the existing deployment group.

Public Property DeploymentConfigName System.String Gets and sets the property DeploymentConfigName.

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

Public Property Ec2TagFilters System.Collections.Generic.List<Amazon.CodeDeploy.Model.EC2TagFilter> Gets and sets the property Ec2TagFilters.

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

Public Property NewDeploymentGroupName System.String Gets and sets the property NewDeploymentGroupName.

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

Public Property OnPremisesInstanceTagFilters System.Collections.Generic.List<Amazon.CodeDeploy.Model.TagFilter> Gets and sets the property OnPremisesInstanceTagFilters.

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

Public Property ServiceRoleArn System.String Gets and sets the property ServiceRoleArn.

A replacement service role's ARN, if you want to change it.

Public Property TriggerConfigurations System.Collections.Generic.List<Amazon.CodeDeploy.Model.TriggerConfig> Gets and sets the property TriggerConfigurations.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5