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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerBuildArtifactsNpmPackages.BuilderA builder forCloudbuildTriggerBuildArtifactsNpmPackagesstatic classCloudbuildTriggerBuildArtifactsNpmPackages.Jsii$ProxyAn implementation forCloudbuildTriggerBuildArtifactsNpmPackages
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerBuildArtifactsNpmPackages.Builderbuilder()default StringgetPackagePath()Path to the package.json.default StringgetRepository()Artifact Registry repository, in the form "https://$REGION-npm.pkg.dev/$PROJECT/$REPOSITORY".
-
-
-
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}
-
builder
@Stability(Stable) static CloudbuildTriggerBuildArtifactsNpmPackages.Builder builder()
-
-