Skip to content

Tag Resource

datazone_tag_resource R Documentation

Tags a resource in Amazon DataZone

Description

Tags a resource in Amazon DataZone.

Usage

datazone_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The ARN of the resource to be tagged in Amazon DataZone.

tags

[required] Specifies the tags for the tag_resource action.

Value

An empty list.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    "string"
  )
)