The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::DS::DirectoryDescription

USAGE

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

DESCRIPTION

Contains information about an AWS Directory Service directory.

ATTRIBUTES

AccessUrl => Str

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.

Alias => Str

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

ConnectSettings => Paws::DS::DirectoryConnectSettingsDescription

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.

Description => Str

The description for the directory.

DesiredNumberOfDomainControllers => Int

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

DirectoryId => Str

The directory identifier.

DnsIpAddrs => ArrayRef[Str|Undef]

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.

Edition => Str

The edition associated with this directory.

LaunchTime => Str

Specifies when the directory was created.

Name => Str

The fully qualified name of the directory.

OwnerDirectoryDescription => Paws::DS::OwnerDirectoryDescription

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

RadiusSettings => Paws::DS::RadiusSettings

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

RadiusStatus => Str

The status of the RADIUS MFA server connection.

RegionsInfo => Paws::DS::RegionsInfo

Lists the Regions where the directory has replicated.

ShareMethod => Str

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

ShareNotes => Str

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.

ShareStatus => Str

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

ShortName => Str

The short name of the directory.

Size => Str

The directory size.

SsoEnabled => Bool

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

Stage => Str

The current stage of the directory.

StageLastUpdatedDateTime => Str

The date and time that the stage was last updated.

StageReason => Str

Additional information about the directory stage.

Type => Str

The directory size.

VpcSettings => Paws::DS::DirectoryVpcSettingsDescription

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.

SEE ALSO

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

BUGS and CONTRIBUTIONS

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