AWS SDK Version 3 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.

Information about a deployment group.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentGroupInfo

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class DeploymentGroupInfo

The DeploymentGroupInfo type exposes the following members

Constructors

NameDescription
Public Method DeploymentGroupInfo()

Properties

NameTypeDescription
Public Property AlarmConfiguration Amazon.CodeDeploy.Model.AlarmConfiguration

Gets and sets the property AlarmConfiguration.

A list of alarms associated with the deployment group.

Public Property ApplicationName System.String

Gets and sets the property ApplicationName.

The application name.

Public Property AutoRollbackConfiguration Amazon.CodeDeploy.Model.AutoRollbackConfiguration

Gets and sets the property AutoRollbackConfiguration.

Information about the automatic rollback configuration associated with the deployment group.

Public Property AutoScalingGroups System.Collections.Generic.List<Amazon.CodeDeploy.Model.AutoScalingGroup>

Gets and sets the property AutoScalingGroups.

A list of associated Auto Scaling groups.

Public Property BlueGreenDeploymentConfiguration Amazon.CodeDeploy.Model.BlueGreenDeploymentConfiguration

Gets and sets the property BlueGreenDeploymentConfiguration.

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

Public Property ComputePlatform Amazon.CodeDeploy.ComputePlatform

Gets and sets the property ComputePlatform.

The destination platform type for the deployment (Lambda, Server, or ECS).

Public Property DeploymentConfigName System.String

Gets and sets the property DeploymentConfigName.

The deployment configuration name.

Public Property DeploymentGroupId System.String

Gets and sets the property DeploymentGroupId.

The deployment group ID.

Public Property DeploymentGroupName System.String

Gets and sets the property DeploymentGroupName.

The deployment group name.

Public Property DeploymentStyle Amazon.CodeDeploy.Model.DeploymentStyle

Gets and sets the property 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.

Public Property Ec2TagFilters System.Collections.Generic.List<Amazon.CodeDeploy.Model.EC2TagFilter>

Gets and sets the property Ec2TagFilters.

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

Public Property Ec2TagSet Amazon.CodeDeploy.Model.EC2TagSet

Gets and sets the property Ec2TagSet.

Information about groups of tags applied to an Amazon EC2 instance. The deployment group includes only Amazon EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.

Public Property EcsServices System.Collections.Generic.List<Amazon.CodeDeploy.Model.ECSService>

Gets and sets the property EcsServices.

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 :.

Public Property LastAttemptedDeployment Amazon.CodeDeploy.Model.LastDeploymentInfo

Gets and sets the property LastAttemptedDeployment.

Information about the most recent attempted deployment to the deployment group.

Public Property LastSuccessfulDeployment Amazon.CodeDeploy.Model.LastDeploymentInfo

Gets and sets the property LastSuccessfulDeployment.

Information about the most recent successful deployment to the deployment group.

Public Property LoadBalancerInfo Amazon.CodeDeploy.Model.LoadBalancerInfo

Gets and sets the property LoadBalancerInfo.

Information about the load balancer to use in a deployment.

Public Property OnPremisesInstanceTagFilters System.Collections.Generic.List<Amazon.CodeDeploy.Model.TagFilter>

Gets and sets the property OnPremisesInstanceTagFilters.

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

Public Property OnPremisesTagSet Amazon.CodeDeploy.Model.OnPremisesTagSet

Gets and sets the property OnPremisesTagSet.

Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

Public Property OutdatedInstancesStrategy Amazon.CodeDeploy.OutdatedInstancesStrategy

Gets and sets the property OutdatedInstancesStrategy.

Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.

If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.

Public Property ServiceRoleArn System.String

Gets and sets the property ServiceRoleArn.

A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to Amazon Web Services services on your behalf. For more information, see Create a Service Role for CodeDeploy in the CodeDeploy User Guide.

Public Property TargetRevision Amazon.CodeDeploy.Model.RevisionLocation

Gets and sets the property TargetRevision.

Information about the deployment group's target revision, including type and location.

Public Property TerminationHookEnabled System.Boolean

Gets and sets the property TerminationHookEnabled.

Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.

For more information about the termination hook, see How Amazon EC2 Auto Scaling works with CodeDeploy in the CodeDeploy User Guide.

Public Property TriggerConfigurations System.Collections.Generic.List<Amazon.CodeDeploy.Model.TriggerConfig>

Gets and sets the property TriggerConfigurations.

Information about triggers associated with the deployment group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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