simple_ads
Retrieves a list of simple_ads
in a region
Overview
Name | simple_ads |
Type | Resource |
Description | simple_ads |
Id | awscc.directoryservice.simple_ads |
Fields
Name | Datatype | Description |
---|---|---|
directory_id | string | The unique identifier for a directory. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
directory_id
FROM awscc.directoryservice.simple_ads
WHERE region = 'us-east-1'
Permissions
To operate on the simple_ads
resource, the following permissions are required:
Create
ds:CreateDirectory,
ds:CreateAlias,
ds:EnableSso,
ds:DescribeDirectories,
ec2:DescribeSubnets,
ec2:DescribeVpcs,
ec2:CreateSecurityGroup,
ec2:CreateNetworkInterface,
ec2:DescribeNetworkInterfaces,
ec2:AuthorizeSecurityGroupIngress,
ec2:AuthorizeSecurityGroupEgress,
ec2:CreateTags
List
ds:DescribeDirectories