resolver_configs_list_only
Lists resolver_configs
in a region or regions, for all properties use resolver_configs
Overview
Name | resolver_configs_list_only |
Type | Resource |
Description | Resource schema for AWS::Route53Resolver::ResolverConfig. |
Id | aws.route53resolver.resolver_configs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id |
owner_id | string | AccountId |
resource_id | string | ResourceId |
autodefined_reverse | string | ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED. |
autodefined_reverse_flag | string | Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED). |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resolver_configs
in a region.
SELECT
region,
resource_id
FROM aws.route53resolver.resolver_configs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resolver_configs_list_only
resource, see resolver_configs