Updates the comment for a specified traffic policy version.
route53_update_traffic_policy_comment(Id, Version, Comment)
[required] The value of Id
for the traffic policy that you want to update the
comment for.
[required] The value of Version
for the traffic policy that you want to update
the comment for.
[required] The new comment for the specified traffic policy and version.
A list with the following syntax:
list( TrafficPolicy = list( Id = "string", Version = 123, Name = "string", Type = "SOA"|"A"|"TXT"|"NS"|"CNAME"|"MX"|"NAPTR"|"PTR"|"SRV"|"SPF"|"AAAA"|"CAA"|"DS", Document = "string", Comment = "string" ) )
svc$update_traffic_policy_comment( Id = "string", Version = 123, Comment = "string" )