<https://www.pulumi.com/docs/reference/pkg/nodejs/...
# general
s
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/codedeploy/ I'm looking for information on the "TrafficRoutingConfig" block for AWS code deploy. Every reference to it says "is documented below", but there is nothing below there or elsewhere in the #docs
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.