Interface CloudbuildTriggerBuildArtifactsNpmPackages

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

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

      • getPackagePath

        @Stability(Stable)
        @Nullable
        default String getPackagePath()
        Path to the package.json. e.g. workspace/path/to/package.

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

      • getRepository

        @Stability(Stable)
        @Nullable
        default String getRepository()
        Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY".

        Npm package in the workspace specified by path will be zipped and uploaded to Artifact Registry 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#repository CloudbuildTrigger#repository}