Directory Workspace Creation Properties Args
data class DirectoryWorkspaceCreationPropertiesArgs(val customSecurityGroupId: Output<String>? = null, val defaultOu: Output<String>? = null, val enableInternetAccess: Output<Boolean>? = null, val enableMaintenanceMode: Output<Boolean>? = null, val userEnabledAsLocalAdministrator: Output<Boolean>? = null) : ConvertibleToJava<DirectoryWorkspaceCreationPropertiesArgs>
Properties
Link copied to clipboard
The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
Link copied to clipboard
Indicates whether internet access is enabled for your WorkSpaces.
Link copied to clipboard
Indicates whether maintenance mode is enabled for your WorkSpaces. Valid only if workspace_type
is set to PERSONAL
.
Link copied to clipboard
Indicates whether users are local administrators of their WorkSpaces. Valid only if workspace_type
is set to PERSONAL
.