Table of Contents

Class CfnCodeDeployBlueGreenAdditionalOptions

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Additional options for the blue/green deployment.

public class CfnCodeDeployBlueGreenAdditionalOptions : ICfnCodeDeployBlueGreenAdditionalOptions
Inheritance
CfnCodeDeployBlueGreenAdditionalOptions
Implements
Inherited Members

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
             };

Remarks

The type of the {@link CfnCodeDeployBlueGreenHookProps.additionalOptions} property.

ExampleMetadata: fixture=_generated

Constructors

CfnCodeDeployBlueGreenAdditionalOptions()

public CfnCodeDeployBlueGreenAdditionalOptions()

Properties

TerminationWaitTimeInMinutes

Specifies time to wait, in minutes, before terminating the blue resources.

public double? TerminationWaitTimeInMinutes { get; set; }

Property Value

double?

Remarks

Default: - 5 minutes