This message was deleted.
# general
s
This message was deleted.
b
This definitely appears to be a bug. The docs for the TrafficRoutingConfig block are at https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/types/output/#DeploymentConfigTrafficRoutingConfig, and should have the following:
type
- (Optional) Type of traffic routing config. One of
"TimeBasedCanary"
,
"TimeBasedLinear"
,
"AllAtOnce"
.
time_based_canary
- (Optional) The time based canary configuration information. If type is
"TimeBasedLinear"
,
use time_based_linear
instead.
time_based_linear
- (Optional) The time based linear configuration information. If type is
"TimeBasedCanary"
, use
time_based_canary
instead.