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
C<http://E<lt>aliasE<gt>.awsapps.com>.

Alias => Str

  The alias for the directory.

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 textual description for the directory.

DirectoryId => Str

  The directory identifier.

DnsIpAddrs => ArrayRef[Str]

  The IP addresses of the DNS servers for the directory. For a Simple AD
directory, these are the IP addresses of the Simple 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 that
the AD Connector is connected to.

LaunchTime => Str

  Specifies when the directory was created.

Name => Str

  The fully-qualified name of the directory.

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.

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 Simple AD directory. This member is only present if
the directory is a Simple 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