You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsApiGatewayCanarySettingsWhen passing AwsApiGatewayCanarySettings as input to an Aws::Client method, you can use a vanilla Hash:
{
percent_traffic: 1.0,
deployment_id: "NonEmptyString",
stage_variable_overrides: {
"NonEmptyString" => "NonEmptyString",
},
use_stage_cache: false,
}
Contains information about settings for canary deployment in the stage.
Returned by:
Instance Attribute Summary collapseThe deployment identifier for the canary deployment.
The percentage of traffic that is diverted to a canary deployment.
Stage variables that are overridden in the canary release deployment.
Indicates whether the canary deployment uses the stage cache.
The deployment identifier for the canary deployment.
#percent_traffic ⇒ FloatThe percentage of traffic that is diverted to a canary deployment.
#stage_variable_overrides ⇒ Hash<String,String>Stage variables that are overridden in the canary release deployment. The variables include new stage variables that are introduced in the canary.
Each variable is represented as a string-to-string map between the stage variable name and the variable value.
#use_stage_cache ⇒ BooleanIndicates whether the canary deployment uses the stage cache.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4