Class CfnCodeDeployBlueGreenAdditionalOptions
Additional options for the blue/green deployment.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCodeDeployBlueGreenAdditionalOptions : ICfnCodeDeployBlueGreenAdditionalOptions
Syntax (vb)
Public Class CfnCodeDeployBlueGreenAdditionalOptions Implements ICfnCodeDeployBlueGreenAdditionalOptions
Remarks
The type of the CfnCodeDeployBlueGreenHookProps.additionalOptions
property.
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;
var cfnCodeDeployBlueGreenAdditionalOptions = new CfnCodeDeployBlueGreenAdditionalOptions {
TerminationWaitTimeInMinutes = 123
};
Synopsis
Constructors
CfnCodeDeployBlueGreenAdditionalOptions() | Additional options for the blue/green deployment. |
Properties
TerminationWaitTimeInMinutes | Specifies time to wait, in minutes, before terminating the blue resources. |
Constructors
CfnCodeDeployBlueGreenAdditionalOptions()
Additional options for the blue/green deployment.
public CfnCodeDeployBlueGreenAdditionalOptions()
Remarks
The type of the CfnCodeDeployBlueGreenHookProps.additionalOptions
property.
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;
var cfnCodeDeployBlueGreenAdditionalOptions = new CfnCodeDeployBlueGreenAdditionalOptions {
TerminationWaitTimeInMinutes = 123
};
Properties
TerminationWaitTimeInMinutes
Specifies time to wait, in minutes, before terminating the blue resources.
public double? TerminationWaitTimeInMinutes { get; set; }
Property Value
Remarks
Default: - 5 minutes