paws.networking (version 0.1.6)

route53_update_traffic_policy_comment: 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 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.

Request syntax

svc$update_traffic_policy_comment(
  Id = "string",
  Version = 123,
  Comment = "string"
)