Interface ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.148Z") @Stability(Stable) public interface ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment.Builderstatic classClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment.Jsii$ProxyAn implementation forClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment.Builderbuilder()List<Number>getPercentages()Required.default ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeploymentPostdeploygetPostdeploy()postdeploy block.default ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeploymentPredeploygetPredeploy()predeploy block.default ObjectgetVerify()Whether to run verify tests after each percentage deployment.
-
-
-
Method Detail
-
getPercentages
@Stability(Stable) @NotNull List<Number> getPercentages()
Required.The percentage based deployments that will occur as a part of a `Rollout`. List is expected in ascending order and each integer n is 0 <= n < 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#percentages ClouddeployDeliveryPipeline#percentages}
-
getPostdeploy
@Stability(Stable) @Nullable default ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeploymentPostdeploy getPostdeploy()
postdeploy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#postdeploy ClouddeployDeliveryPipeline#postdeploy}
-
getPredeploy
@Stability(Stable) @Nullable default ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeploymentPredeploy getPredeploy()
predeploy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#predeploy ClouddeployDeliveryPipeline#predeploy}
-
getVerify
@Stability(Stable) @Nullable default Object getVerify()
Whether to run verify tests after each percentage deployment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#verify ClouddeployDeliveryPipeline#verify}
-
builder
@Stability(Stable) static ClouddeployDeliveryPipelineSerialPipelineStagesStrategyCanaryCanaryDeployment.Builder builder()
-
-