route53domains_update_tags_for_domain {paws.networking}R Documentation

This operation adds or updates tags for a specified domain

Description

This operation adds or updates tags for a specified domain.

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

Usage

route53domains_update_tags_for_domain(DomainName, TagsToUpdate = NULL)

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.


[Package paws.networking version 0.7.0 Index]