Interface CloudbuildTriggerBuildArtifactsObjects

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudbuildTriggerBuildArtifactsObjects.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.066Z")
    @Stability(Stable)
    public interface CloudbuildTriggerBuildArtifactsObjects
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getLocation

        @Stability(Stable)
        @Nullable
        default String getLocation()
        Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".

        Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#location CloudbuildTrigger#location}

      • getPaths

        @Stability(Stable)
        @Nullable
        default List<String> getPaths()
        Path globs used to match files in the build's workspace.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#paths CloudbuildTrigger#paths}