Class CfnDeploymentGroup.GreenFleetProvisioningOptionProperty
Information about the instances that belong to the replacement environment in a blue/green deployment.
Inherited Members
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDeploymentGroup.GreenFleetProvisioningOptionProperty : CfnDeploymentGroup.IGreenFleetProvisioningOptionProperty
Syntax (vb)
Public Class CfnDeploymentGroup.GreenFleetProvisioningOptionProperty Implements CfnDeploymentGroup.IGreenFleetProvisioningOptionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeDeploy;
var greenFleetProvisioningOptionProperty = new GreenFleetProvisioningOptionProperty {
Action = "action"
};
Synopsis
Constructors
| GreenFleetProvisioningOptionProperty() | Information about the instances that belong to the replacement environment in a blue/green deployment. |
Properties
| Action | The method used to add instances to a replacement environment. |
Constructors
GreenFleetProvisioningOptionProperty()
Information about the instances that belong to the replacement environment in a blue/green deployment.
public GreenFleetProvisioningOptionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeDeploy;
var greenFleetProvisioningOptionProperty = new GreenFleetProvisioningOptionProperty {
Action = "action"
};
Properties
Action
The method used to add instances to a replacement environment.
public string? Action { get; set; }