simple_ads_list_only
Lists simple_ads
in a region or regions, for all properties use simple_ads
Overview
Name | simple_ads_list_only |
Type | Resource |
Description | Resource Type definition for AWS::DirectoryService::SimpleAD |
Id | aws.directoryservice.simple_ads_list_only |
Fields
Name | Datatype | Description |
---|---|---|
directory_id | string | The unique identifier for a directory. |
alias | string | The alias for a directory. |
dns_ip_addresses | array | The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ]. |
create_alias | boolean | The name of the configuration set. |
description | string | Description for the directory. |
enable_sso | boolean | Whether to enable single sign-on for a Simple Active Directory in AWS. |
name | string | The fully qualified domain name for the AWS Managed Simple AD directory. |
password | string | The password for the default administrative user named Admin. |
short_name | string | The NetBIOS name for your domain. |
size | string | The size of the directory. |
vpc_settings | object | VPC settings of the Simple AD directory server in AWS. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all simple_ads
in a region.
SELECT
region,
directory_id
FROM aws.directoryservice.simple_ads_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the simple_ads_list_only
resource, see simple_ads