Interface WorkbenchInstanceGceSetupVmImage

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

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

      • getFamily

        @Stability(Stable)
        @Nullable
        default String getFamily()
        Optional. 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/workbench_instance#family WorkbenchInstance#family}

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Optional. 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/workbench_instance#name WorkbenchInstance#name}

      • getProject

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

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