TrafficPolicy

A complex type that contains settings for a traffic policy.

Types

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

Properties

Link copied to clipboard

The comment that you specify in the CreateTrafficPolicy request, if any.

Link copied to clipboard

The definition of a traffic policy in JSON format. You specify the JSON document to use for a new traffic policy in the CreateTrafficPolicy request. For more information about the JSON format, see Traffic Policy Document Format.

Link copied to clipboard
val id: String

The ID that Amazon Route 53 assigned to a traffic policy when you created it.

Link copied to clipboard

The name that you specified when you created the traffic policy.

Link copied to clipboard

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

Link copied to clipboard

The version number that Amazon Route 53 assigns to a traffic policy. For a new traffic policy, the value of Version is always 1.

Functions

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