paws.networking (version 0.1.6)

route53domains_update_tags_for_domain: This operation adds or updates tags for a specified domain

Description

This operation adds or updates tags for a specified domain.

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.

Request syntax

svc$update_tags_for_domain(
  DomainName = "string",
  TagsToUpdate = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Details

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.