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 3.5
 
Information about a deployment group.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentGroupInfo

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

Syntax

C#
public class DeploymentGroupInfo : Object

The DeploymentGroupInfo type exposes the following members

Constructors

NameDescription
Public Method DeploymentGroupInfo()

Properties

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

The application name.

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 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 Ec2TagFilters System.Collections.Generic.List<Amazon.CodeDeploy.Model.EC2TagFilter> Gets and sets the property Ec2TagFilters.

The Amazon EC2 tags to filter on.

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

The on-premises instance tags to filter on.

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

A service role ARN.

Public Property TargetRevision Amazon.CodeDeploy.Model.RevisionLocation Gets and sets the property TargetRevision.

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

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

A list of associated triggers.

Version Information

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