Interface NotebooksRuntimeAccessConfig

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

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

      • getAccessType

        @Stability(Stable)
        @Nullable
        default String getAccessType()
        The type of access mode this instance. For valid values, see 'https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#access_type NotebooksRuntime#access_type}

      • getRuntimeOwner

        @Stability(Stable)
        @Nullable
        default String getRuntimeOwner()
        The owner of this runtime after creation. Format: 'alias@example.com'. Currently supports one owner only.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#runtime_owner NotebooksRuntime#runtime_owner}