class Aws::CodeDeploy::Types::TimeBasedCanary

A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

@note When making an API call, you may pass TimeBasedCanary

data as a hash:

    {
      canary_percentage: 1,
      canary_interval: 1,
    }

@!attribute [rw] canary_percentage

The percentage of traffic to shift in the first increment of a
`TimeBasedCanary` deployment.
@return [Integer]

@!attribute [rw] canary_interval

The number of minutes between the first and second traffic shifts of
a `TimeBasedCanary` deployment.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TimeBasedCanary AWS API Documentation

Constants

SENSITIVE