Interface ClouddeployDeliveryPipelineSerialPipelineStages
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployDeliveryPipelineSerialPipelineStages.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.146Z") @Stability(Stable) public interface ClouddeployDeliveryPipelineSerialPipelineStages extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployDeliveryPipelineSerialPipelineStages.BuilderA builder forClouddeployDeliveryPipelineSerialPipelineStagesstatic classClouddeployDeliveryPipelineSerialPipelineStages.Jsii$ProxyAn implementation forClouddeployDeliveryPipelineSerialPipelineStages
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ClouddeployDeliveryPipelineSerialPipelineStages.Builderbuilder()default ObjectgetDeployParameters()deploy_parameters block.default List<String>getProfiles()Skaffold profiles to use when rendering the manifest for this stage'sTarget.default ClouddeployDeliveryPipelineSerialPipelineStagesStrategygetStrategy()strategy block.default StringgetTargetId()The target_id to which this stage points.
-
-
-
Method Detail
-
getDeployParameters
@Stability(Stable) @Nullable default Object getDeployParameters()
deploy_parameters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#deploy_parameters ClouddeployDeliveryPipeline#deploy_parameters}
-
getProfiles
@Stability(Stable) @Nullable default List<String> getProfiles()
Skaffold profiles to use when rendering the manifest for this stage'sTarget.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#profiles ClouddeployDeliveryPipeline#profiles}
-
getStrategy
@Stability(Stable) @Nullable default ClouddeployDeliveryPipelineSerialPipelineStagesStrategy getStrategy()
strategy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#strategy ClouddeployDeliveryPipeline#strategy}
-
getTargetId
@Stability(Stable) @Nullable default String getTargetId()
The target_id to which this stage points.This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/locations/location/targets/my-target`). The location of the `Target` is inferred to be the same as the location of the `DeliveryPipeline` that contains this `Stage`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_delivery_pipeline#target_id ClouddeployDeliveryPipeline#target_id}
-
builder
@Stability(Stable) static ClouddeployDeliveryPipelineSerialPipelineStages.Builder builder()
-
-