Interface ClouddeployDeliveryPipelineSerialPipelineStages

    • 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's Target.

        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}