monitorDurationInSeconds property

Input<int?>? monitorDurationInSeconds
final

The period of time, in seconds, that CodeDeploy must wait after completing a deployment to an Availability Zone. CodeDeploy will wait this amount of time before starting a deployment to the next Availability Zone. If you don't specify a monitorDurationInSeconds, CodeDeploy starts deploying to the next Availability Zone immediately.

Implementation

final pulumi.Input<int?>? monitorDurationInSeconds;