CreateOutpostResolverRequest

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.

Link copied to clipboard

Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.

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 Amazon EC2 instance type. If you specify this, you must also specify a value for the OutpostArn.

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

A string that helps identify the Route 53 Resolvers on Outpost.

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