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://alias.awsapps.com>.
If no alias has been created for the directory, C<alias> is the
directory identifier, such as C<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
C<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 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
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.
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 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