Class WorkspacesWorkspaceWorkspaceProperties.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.workspaces_workspace.WorkspacesWorkspaceWorkspaceProperties.Jsii$Proxy
-
- All Implemented Interfaces:
WorkspacesWorkspaceWorkspaceProperties,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WorkspacesWorkspaceWorkspaceProperties
@Stability(Stable) @Internal public static final class WorkspacesWorkspaceWorkspaceProperties.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WorkspacesWorkspaceWorkspaceProperties
An implementation forWorkspacesWorkspaceWorkspaceProperties
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.workspaces_workspace.WorkspacesWorkspaceWorkspaceProperties
WorkspacesWorkspaceWorkspaceProperties.Builder, WorkspacesWorkspaceWorkspaceProperties.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WorkspacesWorkspaceWorkspaceProperties.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkspacesWorkspaceWorkspaceProperties.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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}.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}.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}.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}.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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(WorkspacesWorkspaceWorkspaceProperties.Builder builder)
Constructor that initializes the object based on literal property values passed by theWorkspacesWorkspaceWorkspaceProperties.Builder.
-
-
Method Detail
-
getComputeTypeName
public final String getComputeTypeName()
Description copied from interface:WorkspacesWorkspaceWorkspacePropertiesDocs 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}.- Specified by:
getComputeTypeNamein interfaceWorkspacesWorkspaceWorkspaceProperties
-
getRootVolumeSizeGib
public final Number getRootVolumeSizeGib()
Description copied from interface:WorkspacesWorkspaceWorkspacePropertiesDocs 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}.- Specified by:
getRootVolumeSizeGibin interfaceWorkspacesWorkspaceWorkspaceProperties
-
getRunningMode
public final String getRunningMode()
Description copied from interface:WorkspacesWorkspaceWorkspacePropertiesDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#running_mode WorkspacesWorkspace#running_mode}.- Specified by:
getRunningModein interfaceWorkspacesWorkspaceWorkspaceProperties
-
getRunningModeAutoStopTimeoutInMinutes
public final Number getRunningModeAutoStopTimeoutInMinutes()
Description copied from interface:WorkspacesWorkspaceWorkspacePropertiesDocs 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}.- Specified by:
getRunningModeAutoStopTimeoutInMinutesin interfaceWorkspacesWorkspaceWorkspaceProperties
-
getUserVolumeSizeGib
public final Number getUserVolumeSizeGib()
Description copied from interface:WorkspacesWorkspaceWorkspacePropertiesDocs 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}.- Specified by:
getUserVolumeSizeGibin interfaceWorkspacesWorkspaceWorkspaceProperties
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-