GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::WorkSpaces::WorkspaceDirectory(3) User Contributed Perl Documentation Paws::WorkSpaces::WorkspaceDirectory(3)

Paws::WorkSpaces::WorkspaceDirectory

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::WorkSpaces::WorkspaceDirectory object:

  $service_obj->Method(Att1 => { Alias => $value, ..., WorkspaceSecurityGroupId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::WorkSpaces::WorkspaceDirectory object:

  $result = $service_obj->Method(...);
  $result->Att1->Alias

Describes a directory that is used with Amazon WorkSpaces.

The directory alias.

The user name for the service account.

The directory identifier.

The name of the directory.

The directory type.

The IP addresses of the DNS servers for the directory.

The 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.

The identifiers of the IP access control groups associated with the directory.

The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

The default self-service permissions for WorkSpaces in the directory.

The state of the directory's registration with Amazon WorkSpaces. After a directory is deregistered, the "DEREGISTERED" state is returned very briefly before the directory metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered, check for the directory ID by using DescribeWorkspaceDirectories (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceDirectories.html). If the directory ID isn't returned, then the directory has been successfully deregistered.

The identifiers of the subnets used with the directory.

Specifies whether the directory is dedicated or shared. To use Bring Your Own License (BYOL), this value must be set to "DEDICATED". For more information, see Bring Your Own Windows Desktop Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html).

The devices and operating systems that users can use to access WorkSpaces.

The default creation properties for all WorkSpaces in the directory.

The identifier of the security group that is assigned to new WorkSpaces.

This class forms part of Paws, describing an object used in Paws::WorkSpaces

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.