Class DeploymentCanarySettingsArgs


  • public final class DeploymentCanarySettingsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • percentTraffic

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> percentTraffic()
        Returns:
        Percentage (0.0-100.0) of traffic routed to the canary deployment.
      • stageVariableOverrides

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> stageVariableOverrides()
        Returns:
        Stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.
      • useStageCache

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> useStageCache()
        Returns:
        Boolean flag to indicate whether the canary release deployment uses the stage cache or not.