TrafficPolicyInstance

A complex type that contains settings for the new traffic policy instance.

Types

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

Properties

Link copied to clipboard

The ID of the hosted zone that Amazon Route 53 created resource record sets in.

Link copied to clipboard
val id: String

The ID that Amazon Route 53 assigned to the new traffic policy instance.

Link copied to clipboard

If State is Failed, an explanation of the reason for the failure. If State is another value, Message is empty.

Link copied to clipboard

The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource record sets that are associated with this traffic policy instance.

Link copied to clipboard

The value of State is one of the following values:

Link copied to clipboard

The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

Link copied to clipboard

The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.

Link copied to clipboard

The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

Link copied to clipboard
val ttl: Long

The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.

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