AWS v6.77.1 published on Friday, Apr 18, 2025 by Pulumi
aws.workspaces.getDirectory
Explore with Pulumi AI
Retrieve information about an AWS WorkSpaces directory.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.workspaces.getDirectory({
directoryId: "d-9067783251",
});
import pulumi
import pulumi_aws as aws
example = aws.workspaces.get_directory(directory_id="d-9067783251")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/workspaces"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := workspaces.LookupDirectory(ctx, &workspaces.LookupDirectoryArgs{
DirectoryId: "d-9067783251",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = Aws.Workspaces.GetDirectory.Invoke(new()
{
DirectoryId = "d-9067783251",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.workspaces.WorkspacesFunctions;
import com.pulumi.aws.workspaces.inputs.GetDirectoryArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = WorkspacesFunctions.getDirectory(GetDirectoryArgs.builder()
.directoryId("d-9067783251")
.build());
}
}
variables:
example:
fn::invoke:
function: aws:workspaces:getDirectory
arguments:
directoryId: d-9067783251
Using getDirectory
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDirectory(args: GetDirectoryArgs, opts?: InvokeOptions): Promise<GetDirectoryResult>
function getDirectoryOutput(args: GetDirectoryOutputArgs, opts?: InvokeOptions): Output<GetDirectoryResult>
def get_directory(directory_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetDirectoryResult
def get_directory_output(directory_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDirectoryResult]
func LookupDirectory(ctx *Context, args *LookupDirectoryArgs, opts ...InvokeOption) (*LookupDirectoryResult, error)
func LookupDirectoryOutput(ctx *Context, args *LookupDirectoryOutputArgs, opts ...InvokeOption) LookupDirectoryResultOutput
> Note: This function is named LookupDirectory
in the Go SDK.
public static class GetDirectory
{
public static Task<GetDirectoryResult> InvokeAsync(GetDirectoryArgs args, InvokeOptions? opts = null)
public static Output<GetDirectoryResult> Invoke(GetDirectoryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDirectoryResult> getDirectory(GetDirectoryArgs args, InvokeOptions options)
public static Output<GetDirectoryResult> getDirectory(GetDirectoryArgs args, InvokeOptions options)
fn::invoke:
function: aws:workspaces/getDirectory:getDirectory
arguments:
# arguments dictionary
The following arguments are supported:
- Directory
Id This property is required. string - Directory identifier for registration in WorkSpaces service.
- Dictionary<string, string>
- A map of tags assigned to the WorkSpaces directory.
- Directory
Id This property is required. string - Directory identifier for registration in WorkSpaces service.
- map[string]string
- A map of tags assigned to the WorkSpaces directory.
- directory
Id This property is required. String - Directory identifier for registration in WorkSpaces service.
- Map<String,String>
- A map of tags assigned to the WorkSpaces directory.
- directory
Id This property is required. string - Directory identifier for registration in WorkSpaces service.
- {[key: string]: string}
- A map of tags assigned to the WorkSpaces directory.
- directory_
id This property is required. str - Directory identifier for registration in WorkSpaces service.
- Mapping[str, str]
- A map of tags assigned to the WorkSpaces directory.
- directory
Id This property is required. String - Directory identifier for registration in WorkSpaces service.
- Map<String>
- A map of tags assigned to the WorkSpaces directory.
getDirectory Result
The following output properties are available:
- Alias string
- Directory alias.
- Customer
User stringName - User name for the service account.
- Directory
Id string - Directory
Name string - Name of the directory.
- Directory
Type string - Directory type.
- Dns
Ip List<string>Addresses - IP addresses of the DNS servers for the directory.
- Iam
Role stringId - Identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Group List<string>Ids - Identifiers of the IP access control groups associated with the directory.
- Registration
Code string - Registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
- Saml
Properties List<GetDirectory Saml Property> - Self
Service List<GetPermissions Directory Self Service Permission> - The permissions to enable or disable self-service capabilities.
- Subnet
Ids List<string> - Identifiers of the subnets where the directory resides.
- Dictionary<string, string>
- A map of tags assigned to the WorkSpaces directory.
- Workspace
Access List<GetProperties Directory Workspace Access Property> - (Optional) Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
- Workspace
Creation List<GetProperties Directory Workspace Creation Property> - The default properties that are used for creating WorkSpaces. Defined below.
- Workspace
Security stringGroup Id - The identifier of the security group that is assigned to new WorkSpaces. Defined below.
- Alias string
- Directory alias.
- Customer
User stringName - User name for the service account.
- Directory
Id string - Directory
Name string - Name of the directory.
- Directory
Type string - Directory type.
- Dns
Ip []stringAddresses - IP addresses of the DNS servers for the directory.
- Iam
Role stringId - Identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip
Group []stringIds - Identifiers of the IP access control groups associated with the directory.
- Registration
Code string - Registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
- Saml
Properties []GetDirectory Saml Property - Self
Service []GetPermissions Directory Self Service Permission - The permissions to enable or disable self-service capabilities.
- Subnet
Ids []string - Identifiers of the subnets where the directory resides.
- map[string]string
- A map of tags assigned to the WorkSpaces directory.
- Workspace
Access []GetProperties Directory Workspace Access Property - (Optional) Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
- Workspace
Creation []GetProperties Directory Workspace Creation Property - The default properties that are used for creating WorkSpaces. Defined below.
- Workspace
Security stringGroup Id - The identifier of the security group that is assigned to new WorkSpaces. Defined below.
- alias String
- Directory alias.
- customer
User StringName - User name for the service account.
- directory
Id String - directory
Name String - Name of the directory.
- directory
Type String - Directory type.
- dns
Ip List<String>Addresses - IP addresses of the DNS servers for the directory.
- iam
Role StringId - Identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
- id String
- The provider-assigned unique ID for this managed resource.
- ip
Group List<String>Ids - Identifiers of the IP access control groups associated with the directory.
- registration
Code String - Registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
- saml
Properties List<GetDirectory Saml Property> - self
Service List<GetPermissions Directory Self Service Permission> - The permissions to enable or disable self-service capabilities.
- subnet
Ids List<String> - Identifiers of the subnets where the directory resides.
- Map<String,String>
- A map of tags assigned to the WorkSpaces directory.
- workspace
Access List<GetProperties Directory Workspace Access Property> - (Optional) Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
- workspace
Creation List<GetProperties Directory Workspace Creation Property> - The default properties that are used for creating WorkSpaces. Defined below.
- workspace
Security StringGroup Id - The identifier of the security group that is assigned to new WorkSpaces. Defined below.
- alias string
- Directory alias.
- customer
User stringName - User name for the service account.
- directory
Id string - directory
Name string - Name of the directory.
- directory
Type string - Directory type.
- dns
Ip string[]Addresses - IP addresses of the DNS servers for the directory.
- iam
Role stringId - Identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
- id string
- The provider-assigned unique ID for this managed resource.
- ip
Group string[]Ids - Identifiers of the IP access control groups associated with the directory.
- registration
Code string - Registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
- saml
Properties GetDirectory Saml Property[] - self
Service GetPermissions Directory Self Service Permission[] - The permissions to enable or disable self-service capabilities.
- subnet
Ids string[] - Identifiers of the subnets where the directory resides.
- {[key: string]: string}
- A map of tags assigned to the WorkSpaces directory.
- workspace
Access GetProperties Directory Workspace Access Property[] - (Optional) Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
- workspace
Creation GetProperties Directory Workspace Creation Property[] - The default properties that are used for creating WorkSpaces. Defined below.
- workspace
Security stringGroup Id - The identifier of the security group that is assigned to new WorkSpaces. Defined below.
- alias str
- Directory alias.
- customer_
user_ strname - User name for the service account.
- directory_
id str - directory_
name str - Name of the directory.
- directory_
type str - Directory type.
- dns_
ip_ Sequence[str]addresses - IP addresses of the DNS servers for the directory.
- iam_
role_ strid - Identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
- id str
- The provider-assigned unique ID for this managed resource.
- ip_
group_ Sequence[str]ids - Identifiers of the IP access control groups associated with the directory.
- registration_
code str - Registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
- saml_
properties Sequence[GetDirectory Saml Property] - self_
service_ Sequence[Getpermissions Directory Self Service Permission] - The permissions to enable or disable self-service capabilities.
- subnet_
ids Sequence[str] - Identifiers of the subnets where the directory resides.
- Mapping[str, str]
- A map of tags assigned to the WorkSpaces directory.
- workspace_
access_ Sequence[Getproperties Directory Workspace Access Property] - (Optional) Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
- workspace_
creation_ Sequence[Getproperties Directory Workspace Creation Property] - The default properties that are used for creating WorkSpaces. Defined below.
- workspace_
security_ strgroup_ id - The identifier of the security group that is assigned to new WorkSpaces. Defined below.
- alias String
- Directory alias.
- customer
User StringName - User name for the service account.
- directory
Id String - directory
Name String - Name of the directory.
- directory
Type String - Directory type.
- dns
Ip List<String>Addresses - IP addresses of the DNS servers for the directory.
- iam
Role StringId - Identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.
- id String
- The provider-assigned unique ID for this managed resource.
- ip
Group List<String>Ids - Identifiers of the IP access control groups associated with the directory.
- registration
Code String - Registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.
- saml
Properties List<Property Map> - self
Service List<Property Map>Permissions - The permissions to enable or disable self-service capabilities.
- subnet
Ids List<String> - Identifiers of the subnets where the directory resides.
- Map<String>
- A map of tags assigned to the WorkSpaces directory.
- workspace
Access List<Property Map>Properties - (Optional) Specifies which devices and operating systems users can use to access their WorkSpaces. Defined below.
- workspace
Creation List<Property Map>Properties - The default properties that are used for creating WorkSpaces. Defined below.
- workspace
Security StringGroup Id - The identifier of the security group that is assigned to new WorkSpaces. Defined below.
Supporting Types
GetDirectorySamlProperty
- Relay
State Parameter Name This property is required. string - Status
This property is required. string - User
Access Url This property is required. string
- Relay
State Parameter Name This property is required. string - Status
This property is required. string - User
Access Url This property is required. string
- relay
State Parameter Name This property is required. String - status
This property is required. String - user
Access Url This property is required. String
- relay
State Parameter Name This property is required. string - status
This property is required. string - user
Access Url This property is required. string
- relay_
state_ parameter_ name This property is required. str - status
This property is required. str - user_
access_ url This property is required. str
- relay
State Parameter Name This property is required. String - status
This property is required. String - user
Access Url This property is required. String
GetDirectorySelfServicePermission
- Change
Compute Type This property is required. bool - Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.
- Increase
Volume Size This property is required. bool - Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.
- Rebuild
Workspace This property is required. bool - Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.
- Restart
Workspace This property is required. bool - Whether WorkSpaces directory users can restart their workspace.
- Switch
Running Mode This property is required. bool - Whether WorkSpaces directory users can switch the running mode of their workspace.
- Change
Compute Type This property is required. bool - Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.
- Increase
Volume Size This property is required. bool - Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.
- Rebuild
Workspace This property is required. bool - Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.
- Restart
Workspace This property is required. bool - Whether WorkSpaces directory users can restart their workspace.
- Switch
Running Mode This property is required. bool - Whether WorkSpaces directory users can switch the running mode of their workspace.
- change
Compute Type This property is required. Boolean - Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.
- increase
Volume Size This property is required. Boolean - Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.
- rebuild
Workspace This property is required. Boolean - Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.
- restart
Workspace This property is required. Boolean - Whether WorkSpaces directory users can restart their workspace.
- switch
Running Mode This property is required. Boolean - Whether WorkSpaces directory users can switch the running mode of their workspace.
- change
Compute Type This property is required. boolean - Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.
- increase
Volume Size This property is required. boolean - Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.
- rebuild
Workspace This property is required. boolean - Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.
- restart
Workspace This property is required. boolean - Whether WorkSpaces directory users can restart their workspace.
- switch
Running Mode This property is required. boolean - Whether WorkSpaces directory users can switch the running mode of their workspace.
- change_
compute_ type This property is required. bool - Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.
- increase_
volume_ size This property is required. bool - Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.
- rebuild_
workspace This property is required. bool - Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.
- restart_
workspace This property is required. bool - Whether WorkSpaces directory users can restart their workspace.
- switch_
running_ mode This property is required. bool - Whether WorkSpaces directory users can switch the running mode of their workspace.
- change
Compute Type This property is required. Boolean - Whether WorkSpaces directory users can change the compute type (bundle) for their workspace.
- increase
Volume Size This property is required. Boolean - Whether WorkSpaces directory users can increase the volume size of the drives on their workspace.
- rebuild
Workspace This property is required. Boolean - Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state.
- restart
Workspace This property is required. Boolean - Whether WorkSpaces directory users can restart their workspace.
- switch
Running Mode This property is required. Boolean - Whether WorkSpaces directory users can switch the running mode of their workspace.
GetDirectoryWorkspaceAccessProperty
- Device
Type Android This property is required. string - (Optional) Indicates whether users can use Android devices to access their WorkSpaces.
- Device
Type Chromeos This property is required. string - (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
- Device
Type Ios This property is required. string - (Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
- Device
Type Linux This property is required. string - (Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
- Device
Type Osx This property is required. string - (Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
- Device
Type Web This property is required. string - (Optional) Indicates whether users can access their WorkSpaces through a web browser.
- Device
Type Windows This property is required. string - (Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
- Device
Type Zeroclient This property is required. string - (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
- Device
Type Android This property is required. string - (Optional) Indicates whether users can use Android devices to access their WorkSpaces.
- Device
Type Chromeos This property is required. string - (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
- Device
Type Ios This property is required. string - (Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
- Device
Type Linux This property is required. string - (Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
- Device
Type Osx This property is required. string - (Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
- Device
Type Web This property is required. string - (Optional) Indicates whether users can access their WorkSpaces through a web browser.
- Device
Type Windows This property is required. string - (Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
- Device
Type Zeroclient This property is required. string - (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
- device
Type Android This property is required. String - (Optional) Indicates whether users can use Android devices to access their WorkSpaces.
- device
Type Chromeos This property is required. String - (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
- device
Type Ios This property is required. String - (Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
- device
Type Linux This property is required. String - (Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
- device
Type Osx This property is required. String - (Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
- device
Type Web This property is required. String - (Optional) Indicates whether users can access their WorkSpaces through a web browser.
- device
Type Windows This property is required. String - (Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
- device
Type Zeroclient This property is required. String - (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
- device
Type Android This property is required. string - (Optional) Indicates whether users can use Android devices to access their WorkSpaces.
- device
Type Chromeos This property is required. string - (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
- device
Type Ios This property is required. string - (Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
- device
Type Linux This property is required. string - (Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
- device
Type Osx This property is required. string - (Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
- device
Type Web This property is required. string - (Optional) Indicates whether users can access their WorkSpaces through a web browser.
- device
Type Windows This property is required. string - (Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
- device
Type Zeroclient This property is required. string - (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
- device_
type_ android This property is required. str - (Optional) Indicates whether users can use Android devices to access their WorkSpaces.
- device_
type_ chromeos This property is required. str - (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
- device_
type_ ios This property is required. str - (Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
- device_
type_ linux This property is required. str - (Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
- device_
type_ osx This property is required. str - (Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
- device_
type_ web This property is required. str - (Optional) Indicates whether users can access their WorkSpaces through a web browser.
- device_
type_ windows This property is required. str - (Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
- device_
type_ zeroclient This property is required. str - (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
- device
Type Android This property is required. String - (Optional) Indicates whether users can use Android devices to access their WorkSpaces.
- device
Type Chromeos This property is required. String - (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
- device
Type Ios This property is required. String - (Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
- device
Type Linux This property is required. String - (Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
- device
Type Osx This property is required. String - (Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
- device
Type Web This property is required. String - (Optional) Indicates whether users can access their WorkSpaces through a web browser.
- device
Type Windows This property is required. String - (Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
- device
Type Zeroclient This property is required. String - (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
GetDirectoryWorkspaceCreationProperty
- Custom
Security Group Id This property is required. string - The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
- Default
Ou This property is required. string - The default organizational unit (OU) for your WorkSpace directories.
- Enable
Internet Access This property is required. bool - Indicates whether internet access is enabled for your WorkSpaces.
- Enable
Maintenance Mode This property is required. bool - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
- User
Enabled As Local Administrator This property is required. bool - Indicates whether users are local administrators of their WorkSpaces.
- Custom
Security Group Id This property is required. string - The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
- Default
Ou This property is required. string - The default organizational unit (OU) for your WorkSpace directories.
- Enable
Internet Access This property is required. bool - Indicates whether internet access is enabled for your WorkSpaces.
- Enable
Maintenance Mode This property is required. bool - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
- User
Enabled As Local Administrator This property is required. bool - Indicates whether users are local administrators of their WorkSpaces.
- custom
Security Group Id This property is required. String - The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
- default
Ou This property is required. String - The default organizational unit (OU) for your WorkSpace directories.
- enable
Internet Access This property is required. Boolean - Indicates whether internet access is enabled for your WorkSpaces.
- enable
Maintenance Mode This property is required. Boolean - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
- user
Enabled As Local Administrator This property is required. Boolean - Indicates whether users are local administrators of their WorkSpaces.
- custom
Security Group Id This property is required. string - The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
- default
Ou This property is required. string - The default organizational unit (OU) for your WorkSpace directories.
- enable
Internet Access This property is required. boolean - Indicates whether internet access is enabled for your WorkSpaces.
- enable
Maintenance Mode This property is required. boolean - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
- user
Enabled As Local Administrator This property is required. boolean - Indicates whether users are local administrators of their WorkSpaces.
- custom_
security_ group_ id This property is required. str - The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
- default_
ou This property is required. str - The default organizational unit (OU) for your WorkSpace directories.
- enable_
internet_ access This property is required. bool - Indicates whether internet access is enabled for your WorkSpaces.
- enable_
maintenance_ mode This property is required. bool - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
- user_
enabled_ as_ local_ administrator This property is required. bool - Indicates whether users are local administrators of their WorkSpaces.
- custom
Security Group Id This property is required. String - The identifier of your custom security group. Should relate to the same VPC, where workspaces reside in.
- default
Ou This property is required. String - The default organizational unit (OU) for your WorkSpace directories.
- enable
Internet Access This property is required. Boolean - Indicates whether internet access is enabled for your WorkSpaces.
- enable
Maintenance Mode This property is required. Boolean - Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
- user
Enabled As Local Administrator This property is required. Boolean - Indicates whether users are local administrators of their WorkSpaces.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.