Skip to content

List Tags For Domain

route53domains_list_tags_for_domain R Documentation

This operation returns all of the tags that are associated with the specified domain

Description

This operation returns all of the tags that are associated with the specified domain.

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

Usage

route53domains_list_tags_for_domain(DomainName)

Arguments

DomainName

[required] The domain for which you want to get a list of tags.

Value

A list with the following syntax:

list(
  TagList = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_domain(
  DomainName = "string"
)