Interface ClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.147Z") @Stability(Stable) public interface ClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters.Builderstatic classClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters.Jsii$ProxyAn implementation forClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters.Builderbuilder()default Map<String,String>getMatchTargetLabels()Optional.Map<String,String>getValues()Required.
-
-
-
Method Detail
-
getValues
@Stability(Stable) @NotNull Map<String,String> getValues()
Required. Values are deploy parameters in key-value pairs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#values ClouddeployDeliveryPipeline#values}
-
getMatchTargetLabels
@Stability(Stable) @Nullable default Map<String,String> getMatchTargetLabels()
Optional.Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#match_target_labels ClouddeployDeliveryPipeline#match_target_labels}
-
builder
@Stability(Stable) static ClouddeployDeliveryPipelineSerialPipelineStagesDeployParameters.Builder builder()
-
-