ResolverEndpoint

In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, Updates the name, or ResolverEndpointType for an endpoint, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN (Amazon Resource Name) for the Resolver endpoint.

Link copied to clipboard

The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice.

Link copied to clipboard

Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

Link copied to clipboard

The ID of the VPC that you want to create the Resolver endpoint in.

Link copied to clipboard
val id: String?

The ID of the Resolver endpoint.

Link copied to clipboard

The number of IP addresses that the Resolver endpoint can use for DNS queries.

Link copied to clipboard

The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard
val name: String?

The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.

Link copied to clipboard

The ARN (Amazon Resource Name) for the Outpost.

Link copied to clipboard

The Amazon EC2 instance type.

Link copied to clipboard

Protocols used for the endpoint. DoH-FIPS is applicable for a default inbound endpoints only.

Link copied to clipboard

The Resolver endpoint IP address type.

Link copied to clipboard

The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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

A code that specifies the current status of the Resolver endpoint. Valid values include the following:

Link copied to clipboard

A detailed description of the status of the Resolver endpoint.

Functions

Link copied to clipboard
inline fun copy(block: ResolverEndpoint.Builder.() -> Unit = {}): ResolverEndpoint
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