aws.ds.describe_conditional_forwarders
Example SQL Queries
SELECT * FROMaws.ds.describe_conditional_forwardersWHERE"directory_id" = 'VALUE';Description
Obtains information about the conditional forwarders for this account.
If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column The directory ID for which to get the list of associated conditional forwarders. | VARCHAR |
| remote_domain_names Input Column The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| conditional_forwarders The list of conditional forwarders that have been created. | STRUCT( |
Show child fields
| |