aws.route53resolver.get_resolver_dnssec_config
Example SQL Queries
SELECT * FROMaws.route53resolver.get_resolver_dnssec_configWHERE"resource_id" = 'VALUE';Description
Gets DNSSEC validation information for a specified resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column The ID of the virtual private cloud (VPC) for the DNSSEC validation status. | VARCHAR |
| _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 |
| resolver_dnssec_config The information about a configuration for DNSSEC validation. | STRUCT( |
Show child fields
| |