Interface ICfnCodeDeployBlueGreenAdditionalOptions
Additional options for the blue/green deployment.
public interface ICfnCodeDeployBlueGreenAdditionalOptions
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
Properties
TerminationWaitTimeInMinutes
Specifies time to wait, in minutes, before terminating the blue resources.
double? TerminationWaitTimeInMinutes { get; }
Property Value
Remarks
Default: - 5 minutes