| Column Name | Column Data Type |
filters Input Column
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint. If you submit a second or subsequent ListResolverRules request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request. | STRUCT( "name" VARCHAR, "values" VARCHAR[] )[] |
Show child fields- filters[]
Show child fields- filters[].name
The name of the parameter that you want to use to filter objects. The valid values for Name depend on the action that you're including the filter in, ListResolverEndpoints, ListResolverRules, ListResolverRuleAssociations, ListResolverQueryLogConfigs, or ListResolverQueryLogConfigAssociations. In early versions of Resolver, values for Name were listed as uppercase, with underscore (_) delimiters. For example, CreatorRequestId was originally listed as CREATOR_REQUEST_ID. Uppercase values for Name are still supported. ListResolverEndpoints Valid values for Name include the following: -
CreatorRequestId: The value that you specified when you created the Resolver endpoint. -
Direction: Whether you want to return inbound or outbound Resolver endpoints. If you specify DIRECTION for Name, specify INBOUND or OUTBOUND for Values. -
HostVPCId: The ID of the VPC that inbound DNS queries pass through on the way from your network to your VPCs in a region, or the VPC that outbound queries pass through on the way from your VPCs to your network. In a CreateResolverEndpoint request, SubnetId indirectly identifies the VPC. In a GetResolverEndpoint request, the VPC ID for a Resolver endpoint is returned in the HostVPCId element. -
IpAddressCount: The number of IP addresses that you have associated with the Resolver endpoint. -
Name: The name of the Resolver endpoint. -
SecurityGroupIds: The IDs of the VPC security groups that you specified when you created the Resolver endpoint. -
Status: The status of the Resolver endpoint. If you specify Status for Name, specify one of the following status codes for Values: CREATING, OPERATIONAL, UPDATING, AUTO_RECOVERING, ACTION_NEEDED, or DELETING. For more information, see Status in ResolverEndpoint. ListResolverRules Valid values for Name include the following: -
CreatorRequestId: The value that you specified when you created the Resolver rule. -
DomainName: The domain name for which Resolver is forwarding DNS queries to your network. In the value that you specify for Values, include a trailing dot (.) after the domain name. For example, if the domain name is example.com, specify the following value. Note the "." after com: example.com. -
Name: The name of the Resolver rule. -
ResolverEndpointId: The ID of the Resolver endpoint that the Resolver rule is associated with. You can filter on the Resolver endpoint only for rules that have a value of FORWARD for RuleType. -
Status: The status of the Resolver rule. If you specify Status for Name, specify one of the following status codes for Values: COMPLETE, DELETING, UPDATING, or FAILED. -
Type: The type of the Resolver rule. If you specify TYPE for Name, specify FORWARD or SYSTEM for Values. ListResolverRuleAssociations Valid values for Name include the following: -
Name: The name of the Resolver rule association. -
ResolverRuleId: The ID of the Resolver rule that is associated with one or more VPCs. -
Status: The status of the Resolver rule association. If you specify Status for Name, specify one of the following status codes for Values: CREATING, COMPLETE, DELETING, or FAILED. -
VPCId: The ID of the VPC that the Resolver rule is associated with. ListResolverQueryLogConfigs Valid values for Name include the following: -
Arn: The ARN for the query logging configuration. -
AssociationCount: The number of VPCs that are associated with the query logging configuration. -
CreationTime: The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC). -
CreatorRequestId: A unique string that identifies the request that created the query logging configuration. -
Destination: The Amazon Web Services service that you want to forward query logs to. Valid values include the following: -
S3 -
CloudWatchLogs -
KinesisFirehose -
DestinationArn: The ARN of the location that Resolver is sending query logs to. This value can be the ARN for an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. -
Id: The ID of the query logging configuration -
Name: The name of the query logging configuration -
OwnerId: The Amazon Web Services account ID for the account that created the query logging configuration. -
ShareStatus: An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Valid values include: NOT_SHARED, SHARED_WITH_ME, or SHARED_BY_ME. -
Status: The status of the query logging configuration. If you specify Status for Name, specify the applicable status code for Values: CREATING, CREATED, DELETING, or FAILED. For more information, see Status. ListResolverQueryLogConfigAssociations Valid values for Name include the following: -
CreationTime: The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC). -
Error: If the value of Status is FAILED, specify the cause: DESTINATION_NOT_FOUND or ACCESS_DENIED. -
Id: The ID of the query logging association. -
ResolverQueryLogConfigId: The ID of the query logging configuration that a VPC is associated with. -
ResourceId: The ID of the Amazon VPC that is associated with the query logging configuration. -
Status: The status of the query logging association. If you specify Status for Name, specify the applicable status code for Values: CREATING, CREATED, DELETING, or FAILED. For more information, see Status.
- filters[].values[]
|
_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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
max_results
The value that you specified for MaxResults in the request. | BIGINT |
resolver_rules
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any. | STRUCT( "id" VARCHAR, "creator_request_id" VARCHAR, "arn" VARCHAR, "domain_name" VARCHAR, "status" VARCHAR, "status_message" VARCHAR, "rule_type" VARCHAR, "name" VARCHAR, "target_ips" STRUCT( "ip" VARCHAR, "port" BIGINT, "ipv6" VARCHAR, "protocol" VARCHAR )[], "resolver_endpoint_id" VARCHAR, "owner_id" VARCHAR, "share_status" VARCHAR, "creation_time" VARCHAR, "modification_time" VARCHAR )[] |
Show child fields- resolver_rules[]
Show child fields- resolver_rules[].arn
The ARN (Amazon Resource Name) for the Resolver rule specified by Id.
- resolver_rules[].creation_time
The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).
- resolver_rules[].creator_request_id
A unique string that you specified when you created the Resolver rule. CreatorRequestId identifies the request and allows failed requests to be retried without the risk of running the operation twice.
- resolver_rules[].domain_name
DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps. If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
- resolver_rules[].id
The ID that Resolver assigned to the Resolver rule when you created it.
- resolver_rules[].modification_time
The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).
- resolver_rules[].name
The name for the Resolver rule, which you specified when you created the Resolver rule.
- resolver_rules[].owner_id
When a rule is shared with another Amazon Web Services account, the account ID of the account that the rule is shared with.
- resolver_rules[].resolver_endpoint_id
The ID of the endpoint that the rule is associated with.
- resolver_rules[].rule_type
When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD. When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM. For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD for RuleType. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM for RuleType. Currently, only Resolver can create rules that have a value of RECURSIVE for RuleType.
- resolver_rules[].share_status
Whether the rule is shared and, if so, whether the current account is sharing the rule with another account, or another account is sharing the rule with the current account.
- resolver_rules[].status
A code that specifies the current status of the Resolver rule.
- resolver_rules[].status_message
A detailed description of the status of a Resolver rule.
- resolver_rules[].target_ips[]
Show child fields- resolver_rules[].target_ips[].ip
One IPv4 address that you want to forward DNS queries to.
- resolver_rules[].target_ips[].ipv6
One IPv6 address that you want to forward DNS queries to.
- resolver_rules[].target_ips[].port
The port at Ip that you want to forward DNS queries to.
- resolver_rules[].target_ips[].protocol
The protocols for the Resolver endpoints. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: -
Do53 and DoH in combination. -
Do53 and DoH-FIPS in combination. -
Do53 alone. -
DoH alone. -
DoH-FIPS alone. -
None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows:
|