Interface WorkspacesWorkspaceWorkspaceProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkspacesWorkspaceWorkspaceProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:57.857Z") @Stability(Stable) public interface WorkspacesWorkspaceWorkspaceProperties extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkspacesWorkspaceWorkspaceProperties.BuilderA builder forWorkspacesWorkspaceWorkspacePropertiesstatic classWorkspacesWorkspaceWorkspaceProperties.Jsii$ProxyAn implementation forWorkspacesWorkspaceWorkspaceProperties
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static WorkspacesWorkspaceWorkspaceProperties.Builderbuilder()default StringgetComputeTypeName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#compute_type_name WorkspacesWorkspace#compute_type_name}.default NumbergetRootVolumeSizeGib()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#root_volume_size_gib WorkspacesWorkspace#root_volume_size_gib}.default StringgetRunningMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#running_mode WorkspacesWorkspace#running_mode}.default NumbergetRunningModeAutoStopTimeoutInMinutes()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#running_mode_auto_stop_timeout_in_minutes WorkspacesWorkspace#running_mode_auto_stop_timeout_in_minutes}.default NumbergetUserVolumeSizeGib()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#user_volume_size_gib WorkspacesWorkspace#user_volume_size_gib}.
-
-
-
Method Detail
-
getComputeTypeName
@Stability(Stable) @Nullable default String getComputeTypeName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#compute_type_name WorkspacesWorkspace#compute_type_name}.
-
getRootVolumeSizeGib
@Stability(Stable) @Nullable default Number getRootVolumeSizeGib()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#root_volume_size_gib WorkspacesWorkspace#root_volume_size_gib}.
-
getRunningMode
@Stability(Stable) @Nullable default String getRunningMode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#running_mode WorkspacesWorkspace#running_mode}.
-
getRunningModeAutoStopTimeoutInMinutes
@Stability(Stable) @Nullable default Number getRunningModeAutoStopTimeoutInMinutes()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#running_mode_auto_stop_timeout_in_minutes WorkspacesWorkspace#running_mode_auto_stop_timeout_in_minutes}.
-
getUserVolumeSizeGib
@Stability(Stable) @Nullable default Number getUserVolumeSizeGib()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#user_volume_size_gib WorkspacesWorkspace#user_volume_size_gib}.
-
builder
@Stability(Stable) static WorkspacesWorkspaceWorkspaceProperties.Builder builder()
-
-