Update Tags For Domain
route53domains_update_tags_for_domain | R Documentation |
This operation adds or updates tags for a specified domain¶
Description¶
This operation adds or updates tags for a specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Usage¶
route53domains_update_tags_for_domain(DomainName, TagsToUpdate)
Arguments¶
DomainName |
[required] The domain for which you want to add or update tags. |
TagsToUpdate |
A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced. |
Value¶
An empty list.
Request syntax¶
svc$update_tags_for_domain(
DomainName = "string",
TagsToUpdate = list(
list(
Key = "string",
Value = "string"
)
)
)