Skip to content

Tag Resource

fis_tag_resource R Documentation

Applies the specified tags to the specified resource

Description

Applies the specified tags to the specified resource.

Usage

fis_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

tags

[required] The tags for the resource.

Value

An empty list.

Request syntax

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