Interface WorkspacesWorkspaceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
WorkspacesWorkspaceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:57.856Z") @Stability(Stable) public interface WorkspacesWorkspaceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkspacesWorkspaceConfig.BuilderA builder forWorkspacesWorkspaceConfigstatic classWorkspacesWorkspaceConfig.Jsii$ProxyAn implementation forWorkspacesWorkspaceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static WorkspacesWorkspaceConfig.Builderbuilder()StringgetBundleId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#bundle_id WorkspacesWorkspace#bundle_id}.StringgetDirectoryId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#directory_id WorkspacesWorkspace#directory_id}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#id WorkspacesWorkspace#id}.default ObjectgetRootVolumeEncryptionEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#root_volume_encryption_enabled WorkspacesWorkspace#root_volume_encryption_enabled}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#tags WorkspacesWorkspace#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#tags_all WorkspacesWorkspace#tags_all}.default WorkspacesWorkspaceTimeoutsgetTimeouts()timeouts block.StringgetUserName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#user_name WorkspacesWorkspace#user_name}.default ObjectgetUserVolumeEncryptionEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#user_volume_encryption_enabled WorkspacesWorkspace#user_volume_encryption_enabled}.default StringgetVolumeEncryptionKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#volume_encryption_key WorkspacesWorkspace#volume_encryption_key}.default WorkspacesWorkspaceWorkspacePropertiesgetWorkspaceProperties()workspace_properties block.
-
-
-
Method Detail
-
getBundleId
@Stability(Stable) @NotNull String getBundleId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#bundle_id WorkspacesWorkspace#bundle_id}.
-
getDirectoryId
@Stability(Stable) @NotNull String getDirectoryId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#directory_id WorkspacesWorkspace#directory_id}.
-
getUserName
@Stability(Stable) @NotNull String getUserName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#user_name WorkspacesWorkspace#user_name}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#id WorkspacesWorkspace#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getRootVolumeEncryptionEnabled
@Stability(Stable) @Nullable default Object getRootVolumeEncryptionEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#root_volume_encryption_enabled WorkspacesWorkspace#root_volume_encryption_enabled}.
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#tags WorkspacesWorkspace#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#tags_all WorkspacesWorkspace#tags_all}.
-
getTimeouts
@Stability(Stable) @Nullable default WorkspacesWorkspaceTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#timeouts WorkspacesWorkspace#timeouts}
-
getUserVolumeEncryptionEnabled
@Stability(Stable) @Nullable default Object getUserVolumeEncryptionEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#user_volume_encryption_enabled WorkspacesWorkspace#user_volume_encryption_enabled}.
-
getVolumeEncryptionKey
@Stability(Stable) @Nullable default String getVolumeEncryptionKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#volume_encryption_key WorkspacesWorkspace#volume_encryption_key}.
-
getWorkspaceProperties
@Stability(Stable) @Nullable default WorkspacesWorkspaceWorkspaceProperties getWorkspaceProperties()
workspace_properties block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/workspaces_workspace#workspace_properties WorkspacesWorkspace#workspace_properties}
-
builder
@Stability(Stable) static WorkspacesWorkspaceConfig.Builder builder()
- Returns:
- a
WorkspacesWorkspaceConfig.BuilderofWorkspacesWorkspaceConfig
-
-