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 the instances to be used in the replacement environment in a blue/green deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.TargetInstances

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

Syntax

C#
public class TargetInstances

The TargetInstances type exposes the following members

Constructors

NameDescription
Public Method TargetInstances()

Properties

NameTypeDescription
Public Property AutoScalingGroups System.Collections.Generic.List<System.String>

Gets and sets the property AutoScalingGroups.

The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

Public Property Ec2TagSet Amazon.CodeDeploy.Model.EC2TagSet

Gets and sets the property Ec2TagSet.

Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

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

Gets and sets the property TagFilters.

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

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