Update Traffic Policy Comment
route53_update_traffic_policy_comment | R Documentation |
Updates the comment for a specified traffic policy version¶
Description¶
Updates the comment for a specified traffic policy version.
Usage¶
Arguments¶
Id
[required] The value of
Id
for the traffic policy that you want to update the comment for.Version
[required] The value of
Version
for the traffic policy that you want to update the comment for.Comment
[required] The new comment for the specified traffic policy and version.
Value¶
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"
)
)