Class CfnCodeDeployBlueGreenAdditionalOptions
Additional options for the blue/green deployment.
Inheritance
Implements
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCodeDeployBlueGreenAdditionalOptions : Object, ICfnCodeDeployBlueGreenAdditionalOptions
Syntax (vb)
Public Class CfnCodeDeployBlueGreenAdditionalOptions
Inherits Object
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
Cfn |
Properties
Termination |
Specifies time to wait, in minutes, before terminating the blue resources. |
Constructors
CfnCodeDeployBlueGreenAdditionalOptions()
public CfnCodeDeployBlueGreenAdditionalOptions()
Properties
TerminationWaitTimeInMinutes
Specifies time to wait, in minutes, before terminating the blue resources.
public Nullable<double> TerminationWaitTimeInMinutes { get; set; }
Property Value
System.
Remarks
Default: - 5 minutes