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
    • 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}.