AWSAPIGatewayRestAPIStageCanarySettings
No description
type AWSAPIGatewayRestAPIStageCanarySettings {
deploymentId: String!
percentTraffic: Float64!
stageVariableOverrides: [AWSTag!]!
useStageCache: Boolean!
}
Fields
AWSAPIGatewayRestAPIStageCanarySettings.deploymentId ● String! non-null scalar
The ID of the canary deployment
AWSAPIGatewayRestAPIStageCanarySettings.percentTraffic ● Float64! non-null scalar
The percent (0-100) of traffic diverted to a canary deployment
AWSAPIGatewayRestAPIStageCanarySettings.stageVariableOverrides ● [AWSTag!]! non-null object
Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary
AWSAPIGatewayRestAPIStageCanarySettings.useStageCache ● Boolean! non-null scalar
A Boolean flag to indicate whether the canary deployment uses the stage cache or not
Member of
AWSAPIGatewayRestAPIStage object