OutpostResolver

A complex type that contains settings for an existing Resolver on an Outpost.

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 on an Outpost.

Link copied to clipboard

The date and time that the Outpost Resolver 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
val id: String?

The ID of the Resolver on Outpost.

Link copied to clipboard

Amazon EC2 instance count for the Resolver on the Outpost.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

Name of the Resolver.

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

Status of the Resolver.

Link copied to clipboard

A detailed description of the Resolver.

Functions

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