Interface WorkbenchInstanceGceSetupContainerImage

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

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

      • getRepository

        @Stability(Stable)
        @NotNull
        String getRepository()
        The path to the container image repository. For example: gcr.io/{project_id}/{imageName}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#repository WorkbenchInstance#repository}

      • getTag

        @Stability(Stable)
        @Nullable
        default String getTag()
        The tag of the container image. If not specified, this defaults to the latest tag.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#tag WorkbenchInstance#tag}