Update Hosted Zone Comment
route53_update_hosted_zone_comment | R Documentation |
Updates the comment for a specified hosted zone¶
Description¶
Updates the comment for a specified hosted zone.
Usage¶
Arguments¶
Id
[required] The ID for the hosted zone that you want to update the comment for.
Comment
The new comment for the hosted zone. If you don't specify a value for
Comment
, Amazon Route 53 deletes the existing value of theComment
element, if any.
Value¶
A list with the following syntax:
list(
HostedZone = list(
Id = "string",
Name = "string",
CallerReference = "string",
Config = list(
Comment = "string",
PrivateZone = TRUE|FALSE
),
ResourceRecordSetCount = 123,
LinkedService = list(
ServicePrincipal = "string",
Description = "string"
)
)
)