interface CfnCodeDeployBlueGreenAdditionalOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnCodeDeployBlueGreenAdditionalOptions |
![]() | software.amazon.awscdk.core.CfnCodeDeployBlueGreenAdditionalOptions |
![]() | aws_cdk.core.CfnCodeDeployBlueGreenAdditionalOptions |
![]() | @aws-cdk/core » CfnCodeDeployBlueGreenAdditionalOptions |
Additional options for the blue/green deployment.
The type of the {@link CfnCodeDeployBlueGreenHookProps.additionalOptions} property.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
const cfnCodeDeployBlueGreenAdditionalOptions: cdk.CfnCodeDeployBlueGreenAdditionalOptions = {
terminationWaitTimeInMinutes: 123,
};
Properties
Name | Type | Description |
---|---|---|
termination | number | Specifies time to wait, in minutes, before terminating the blue resources. |
terminationWaitTimeInMinutes?
Type:
number
(optional, default: 5 minutes)
Specifies time to wait, in minutes, before terminating the blue resources.