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¶
route53_update_traffic_policy_comment(Id, Version, Comment)
Arguments¶
Id |
[required] The value of |
Version |
[required] The value of |
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"|"TLSA"|"SSHFP"|"SVCB"|"HTTPS",
Document = "string",
Comment = "string"
)
)
Request syntax¶
svc$update_traffic_policy_comment(
Id = "string",
Version = 123,
Comment = "string"
)