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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotebooksRuntimeAccessConfig.BuilderA builder forNotebooksRuntimeAccessConfigstatic classNotebooksRuntimeAccessConfig.Jsii$ProxyAn implementation forNotebooksRuntimeAccessConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NotebooksRuntimeAccessConfig.Builderbuilder()default StringgetAccessType()The type of access mode this instance.default StringgetRuntimeOwner()The owner of this runtime after creation.
-
-
-
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}
-
builder
@Stability(Stable) static NotebooksRuntimeAccessConfig.Builder builder()
-
-