Skip to main content

simple_ads_list_only

Lists simple_ads in a region or regions, for all properties use simple_ads

Overview

Namesimple_ads_list_only
TypeResource
DescriptionResource Type definition for AWS::DirectoryService::SimpleAD
Idaws.directoryservice.simple_ads_list_only

Fields

NameDatatypeDescription
directory_idstringThe unique identifier for a directory.
aliasstringThe alias for a directory.
dns_ip_addressesarrayThe IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ].
create_aliasbooleanThe name of the configuration set.
descriptionstringDescription for the directory.
enable_ssobooleanWhether to enable single sign-on for a Simple Active Directory in AWS.
namestringThe fully qualified domain name for the AWS Managed Simple AD directory.
passwordstringThe password for the default administrative user named Admin.
short_namestringThe NetBIOS name for your domain.
sizestringThe size of the directory.
vpc_settingsobjectVPC settings of the Simple AD directory server in AWS.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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