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 that belong to the replacement environment in a blue/green deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.GreenFleetProvisioningOption

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

Syntax

C#
public class GreenFleetProvisioningOption

The GreenFleetProvisioningOption type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Action Amazon.CodeDeploy.GreenFleetProvisioningAction

Gets and sets the property Action.

The method used to add instances to a replacement environment.

  • DISCOVER_EXISTING: Use instances that already exist or will be created manually.

  • COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling 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