AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.workspaces.WorkspacesPool
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for AWS::WorkSpaces::WorkspacesPool
Create WorkspacesPool Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkspacesPool(name: string, args: WorkspacesPoolArgs, opts?: CustomResourceOptions);
@overload
def WorkspacesPool(resource_name: str,
args: WorkspacesPoolArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WorkspacesPool(resource_name: str,
opts: Optional[ResourceOptions] = None,
bundle_id: Optional[str] = None,
capacity: Optional[WorkspacesPoolCapacityArgs] = None,
directory_id: Optional[str] = None,
application_settings: Optional[WorkspacesPoolApplicationSettingsArgs] = None,
description: Optional[str] = None,
pool_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
timeout_settings: Optional[WorkspacesPoolTimeoutSettingsArgs] = None)
func NewWorkspacesPool(ctx *Context, name string, args WorkspacesPoolArgs, opts ...ResourceOption) (*WorkspacesPool, error)
public WorkspacesPool(string name, WorkspacesPoolArgs args, CustomResourceOptions? opts = null)
public WorkspacesPool(String name, WorkspacesPoolArgs args)
public WorkspacesPool(String name, WorkspacesPoolArgs args, CustomResourceOptions options)
type: aws-native:workspaces:WorkspacesPool
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WorkspacesPoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkspacesPoolArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkspacesPoolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkspacesPoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkspacesPoolArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WorkspacesPool Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The WorkspacesPool resource accepts the following input properties:
- Bundle
Id string - Capacity
Pulumi.
Aws Native. Work Spaces. Inputs. Workspaces Pool Capacity - Directory
Id string - Application
Settings Pulumi.Aws Native. Work Spaces. Inputs. Workspaces Pool Application Settings - Description string
- Pool
Name string - List<Pulumi.
Aws Native. Inputs. Tag> - Timeout
Settings Pulumi.Aws Native. Work Spaces. Inputs. Workspaces Pool Timeout Settings
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkspacesPool resource produces the following output properties:
- created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- pool_
arn str - pool_
id str
Supporting Types
Tag, TagArgs
WorkspacesPoolApplicationSettings, WorkspacesPoolApplicationSettingsArgs
WorkspacesPoolApplicationSettingsStatus, WorkspacesPoolApplicationSettingsStatusArgs
- Disabled
- DISABLED
- Enabled
- ENABLED
- Workspaces
Pool Application Settings Status Disabled - DISABLED
- Workspaces
Pool Application Settings Status Enabled - ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- DISABLED
- DISABLED
- ENABLED
- ENABLED
- "DISABLED"
- DISABLED
- "ENABLED"
- ENABLED
WorkspacesPoolCapacity, WorkspacesPoolCapacityArgs
- desired
User IntegerSessions
- desired
User numberSessions
- desired
User NumberSessions
WorkspacesPoolTimeoutSettings, WorkspacesPoolTimeoutSettingsArgs
- disconnect
Timeout IntegerIn Seconds - idle
Disconnect IntegerTimeout In Seconds - max
User IntegerDuration In Seconds
- disconnect
Timeout numberIn Seconds - idle
Disconnect numberTimeout In Seconds - max
User numberDuration In Seconds
- disconnect
Timeout NumberIn Seconds - idle
Disconnect NumberTimeout In Seconds - max
User NumberDuration In Seconds
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi