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::DS::DirectoryDescription(3) User Contributed Perl Documentation Paws::DS::DirectoryDescription(3)

Paws::DS::DirectoryDescription

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::DS::DirectoryDescription object:

  $service_obj->Method(Att1 => { AccessUrl => $value, ..., VpcSettings => $value  });

Results returned from an API call

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

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

Contains information about an AWS Directory Service directory.

The access URL for the directory, such as "http://<alias>.awsapps.com". If no alias has been created for the directory, "<alias>" is the directory identifier, such as "d-XXXXXXXXXX".

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as "d-XXXXXXXXXX".

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

The description for the directory.

The desired number of domain controllers in the directory if the directory is Microsoft AD.

The directory identifier.

The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in the on-premises directory to which the AD Connector is connected.

The edition associated with this directory.

Specifies when the directory was created.

The fully qualified name of the directory.

Describes the AWS Managed Microsoft AD directory in the directory owner account.

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

The status of the RADIUS MFA server connection.

Lists the Regions where the directory has replicated.

The method used when sharing a directory to determine whether the directory should be shared within your AWS organization ("ORGANIZATIONS") or with any AWS account by sending a shared directory request ("HANDSHAKE").

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

Current directory status of the shared AWS Managed Microsoft AD directory.

The short name of the directory.

The directory size.

Indicates if single sign-on is enabled for the directory. For more information, see EnableSso and DisableSso.

The current stage of the directory.

The date and time that the stage was last updated.

Additional information about the directory stage.

The directory size.

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

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

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.