route53_update_hosted_zone_comment {paws.networking}R Documentation

Updates the comment for a specified hosted zone

Description

Updates the comment for a specified hosted zone.

See https://www.paws-r-sdk.com/docs/route53_update_hosted_zone_comment/ for full documentation.

Usage

route53_update_hosted_zone_comment(Id, Comment = NULL)

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 the Comment element, if any.


[Package paws.networking version 0.9.0 Index]