TargetAddress - Amazon Route 53
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

TargetAddress

In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.

Contents

Ip

One IPv4 address that you want to forward DNS queries to.

Type: String

Length Constraints: Minimum length of 7. Maximum length of 36.

Required: No

Ipv6

One IPv6 address that you want to forward DNS queries to.

Type: String

Length Constraints: Minimum length of 7. Maximum length of 39.

Required: No

Port

The port at Ip that you want to forward DNS queries to.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 65535.

Required: No

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:

  • Do53 and DoH in combination.

  • Do53 alone.

  • DoH alone.

  • None, which is treated as Do53.

Type: String

Valid Values: DoH | Do53 | DoH-FIPS

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: