CreateResolverEndpointRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.

Link copied to clipboard

Specify the applicable value:

Link copied to clipboard

The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.

Link copied to clipboard
val name: String?

A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the PreferredInstanceType.

Link copied to clipboard

The instance type. If you specify this, you must also specify a value for the OutpostArn.

Link copied to clipboard

The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only.

Link copied to clipboard

For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.

Link copied to clipboard

The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.

Link copied to clipboard
val tags: List<Tag>?

A list of the tag keys and values that you want to associate with the endpoint.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String