Skip to content

Tag Resource

workmail_tag_resource R Documentation

Applies the specified tags to the specified WorkMailorganization resource

Description

Applies the specified tags to the specified WorkMailorganization resource.

Usage

workmail_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The resource ARN.

Tags

[required] The tag key-value pairs.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceARN = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)