UpdateTrafficPolicyInstanceRequest
public struct UpdateTrafficPolicyInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the traffic policy instance that you want to update.
Declaration
Swift
public let id: String
-
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
Declaration
Swift
public let trafficPolicyId: String
-
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
Declaration
Swift
public let trafficPolicyVersion: Int
-
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
Declaration
Swift
public let ttl: Int64
-
Undocumented
Declaration
Swift
public init(id: String, trafficPolicyId: String, trafficPolicyVersion: Int, ttl: Int64)
-
Declaration
Swift
public func validate(name: String) throws