/AWS1/CL_DPLTIMEBASEDCANARY¶
A configuration that shifts traffic from one version of a Lambda function or Amazon 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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_canarypercentage TYPE /AWS1/DPLPERCENTAGE /AWS1/DPLPERCENTAGE¶
The percentage of traffic to shift in the first increment of a
TimeBasedCanarydeployment.
iv_canaryinterval TYPE /AWS1/DPLWAITTIMEINMINS /AWS1/DPLWAITTIMEINMINS¶
The number of minutes between the first and second traffic shifts of a
TimeBasedCanarydeployment.
Queryable Attributes¶
canaryPercentage¶
The percentage of traffic to shift in the first increment of a
TimeBasedCanarydeployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANARYPERCENTAGE() |
Getter for CANARYPERCENTAGE |
canaryInterval¶
The number of minutes between the first and second traffic shifts of a
TimeBasedCanarydeployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANARYINTERVAL() |
Getter for CANARYINTERVAL |