Interface NotebooksEnvironmentVmImage

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

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

      • getProject

        @Stability(Stable)
        @NotNull
        String getProject()
        The name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_environment#project NotebooksEnvironment#project}

      • getImageFamily

        @Stability(Stable)
        @Nullable
        default String getImageFamily()
        Use this VM image family to find the image; the newest image in this family will be used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_environment#image_family NotebooksEnvironment#image_family}

      • getImageName

        @Stability(Stable)
        @Nullable
        default String getImageName()
        Use VM image name to find the image.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_environment#image_name NotebooksEnvironment#image_name}