CreateTrafficPolicyInstanceRequest class

A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.

Constructors

CreateTrafficPolicyInstanceRequest({required String hostedZoneId, required String name, required int ttl, required String trafficPolicyId, required int trafficPolicyVersion})

Properties

hashCode int
The hash code for this object.
no setterinherited
hostedZoneId String
The ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.
final
name String
The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficPolicyId String
The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
final
trafficPolicyVersion int
The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.
final
ttl int
(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited