[ aws . ds ]

describe-directories

Description

Obtains information about the directories that belong to this account.

You can retrieve information about specific directories by passing the directory identifiers in the DirectoryIds parameter. Otherwise, all directories that belong to the current account are returned.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeDirectoriesResult.NextToken member contains a token that you pass in the next call to DescribeDirectories to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

describe-directories is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results. You can disable pagination by providing the --no-paginate argument. When using --output text and the --query argument on a paginated response, the --query argument must extract data from the results of the following query expressions: DirectoryDescriptions

Synopsis

  describe-directories
[--directory-ids <value>]
[--cli-input-json | --cli-input-yaml]
[--starting-token <value>]
[--page-size <value>]
[--max-items <value>]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]

Options

--directory-ids (list)

A list of identifiers of the directories for which to obtain the information. If this member is null, all directories that belong to the current account are returned.

An empty list results in an InvalidParameterException being thrown.

(string)

Syntax:

"string" "string" ...

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--starting-token (string)

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--page-size (integer)

The size of each page to get in the AWS service call. This does not affect the number of items returned in the command’s output. Setting a smaller page size results in more calls to the AWS service, retrieving fewer items in each call. This can help prevent the AWS service calls from timing out.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--max-items (integer)

The total number of items to return in the command’s output. If the total number of items available is more than the value specified, a NextToken is provided in the command’s output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

--cli-auto-prompt (boolean) Automatically prompt for CLI input parameters.

See ‘aws help’ for descriptions of global parameters.

Examples

To get details about your directories

The following describe-directories example displays details about the specified directory.

aws ds describe-directories \
   --directory-id d-a1b2c3d4e5

Output:

{
    "DirectoryDescriptions": [
        {
            "DirectoryId": "d-a1b2c3d4e5",
            "Name": "mydirectory.example.com",
            "ShortName": "mydirectory",
            "Size": "Small",
            "Edition": "Standard",
            "Alias": "d-a1b2c3d4e5",
            "AccessUrl": "d-a1b2c3d4e5.awsapps.com",
            "Stage": "Active",
            "ShareStatus": "Shared",
            "ShareMethod": "HANDSHAKE",
            "ShareNotes": "These are my share notes",
            "LaunchTime": "2019-07-08T15:33:46.327000-07:00",
            "StageLastUpdatedDateTime": "2019-07-08T15:59:12.307000-07:00",
            "Type": "SharedMicrosoftAD",
            "SsoEnabled": false,
            "DesiredNumberOfDomainControllers": 0,
            "OwnerDirectoryDescription": {
                "DirectoryId": "d-b2c3d4e5f6",
                "AccountId": "123456789111",
                "DnsIpAddrs": [
                    "203.113.0.248",
                    "203.113.0.253"
                ],
                "VpcSettings": {
                    "VpcId": "vpc-a1b2c3d4",
                    "SubnetIds": [
                        "subnet-a1b2c3d4",
                        "subnet-d4c3b2a1"
                    ],
                    "AvailabilityZones": [
                        "us-west-2a",
                        "us-west-2c"
                    ]
                }
            }
        }
    ]
}

Output

DirectoryDescriptions -> (list)

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.

(structure)

Contains information about an AWS Directory Service directory.

DirectoryId -> (string)

The directory identifier.

Name -> (string)

The fully qualified name of the directory.

ShortName -> (string)

The short name of the directory.

Size -> (string)

The directory size.

Edition -> (string)

The edition associated with this directory.

Alias -> (string)

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

AccessUrl -> (string)

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 .

Description -> (string)

The description for the directory.

DnsIpAddrs -> (list)

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.

(string)

Stage -> (string)

The current stage of the directory.

ShareStatus -> (string)

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

ShareMethod -> (string)

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 -> (string)

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.

LaunchTime -> (timestamp)

Specifies when the directory was created.

StageLastUpdatedDateTime -> (timestamp)

The date and time that the stage was last updated.

Type -> (string)

The directory size.

VpcSettings -> (structure)

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.

VpcId -> (string)

The identifier of the VPC that the directory is in.

SubnetIds -> (list)

The identifiers of the subnets for the directory servers.

(string)

SecurityGroupId -> (string)

The domain controller security group identifier for the directory.

AvailabilityZones -> (list)

The list of Availability Zones that the directory is in.

(string)

ConnectSettings -> (structure)

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.

VpcId -> (string)

The identifier of the VPC that the AD Connector is in.

SubnetIds -> (list)

A list of subnet identifiers in the VPC that the AD Connector is in.

(string)

CustomerUserName -> (string)

The user name of the service account in the on-premises directory.

SecurityGroupId -> (string)

The security group identifier for the AD Connector directory.

AvailabilityZones -> (list)

A list of the Availability Zones that the directory is in.

(string)

ConnectIps -> (list)

The IP addresses of the AD Connector servers.

(string)

RadiusSettings -> (structure)

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

RadiusServers -> (list)

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

(string)

RadiusPort -> (integer)

The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.

RadiusTimeout -> (integer)

The amount of time, in seconds, to wait for the RADIUS server to respond.

RadiusRetries -> (integer)

The maximum number of times that communication with the RADIUS server is attempted.

SharedSecret -> (string)

Required for enabling RADIUS on the directory.

AuthenticationProtocol -> (string)

The protocol specified for your RADIUS endpoints.

DisplayLabel -> (string)

Not currently used.

UseSameUsername -> (boolean)

Not currently used.

RadiusStatus -> (string)

The status of the RADIUS MFA server connection.

StageReason -> (string)

Additional information about the directory stage.

SsoEnabled -> (boolean)

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

DesiredNumberOfDomainControllers -> (integer)

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

OwnerDirectoryDescription -> (structure)

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

DirectoryId -> (string)

Identifier of the AWS Managed Microsoft AD directory in the directory owner account.

AccountId -> (string)

Identifier of the directory owner account.

DnsIpAddrs -> (list)

IP address of the directory’s domain controllers.

(string)

VpcSettings -> (structure)

Information about the VPC settings for the directory.

VpcId -> (string)

The identifier of the VPC that the directory is in.

SubnetIds -> (list)

The identifiers of the subnets for the directory servers.

(string)

SecurityGroupId -> (string)

The domain controller security group identifier for the directory.

AvailabilityZones -> (list)

The list of Availability Zones that the directory is in.

(string)

RadiusSettings -> (structure)

A RadiusSettings object that contains information about the RADIUS server.

RadiusServers -> (list)

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

(string)

RadiusPort -> (integer)

The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.

RadiusTimeout -> (integer)

The amount of time, in seconds, to wait for the RADIUS server to respond.

RadiusRetries -> (integer)

The maximum number of times that communication with the RADIUS server is attempted.

SharedSecret -> (string)

Required for enabling RADIUS on the directory.

AuthenticationProtocol -> (string)

The protocol specified for your RADIUS endpoints.

DisplayLabel -> (string)

Not currently used.

UseSameUsername -> (boolean)

Not currently used.

RadiusStatus -> (string)

Information about the status of the RADIUS server.

NextToken -> (string)

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.