Values.CanarySettingsSourceConfiguration settings of a canary deployment.
type nonrec t = {percentTraffic : Double.t option;The percent (0-100) of traffic diverted to a canary deployment.
*)deploymentId : String_.t option;The ID of the canary deployment.
*)stageVariableOverrides : MapOfStringToString.t option;Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
*)useStageCache : Boolean.t option;A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
*)}