Skip to content

Tag Resource

auditmanager_tag_resource R Documentation

Tags the specified resource in Audit Manager

Description

Tags the specified resource in Audit Manager.

Usage

auditmanager_tag_resource(resourceArn, tags)

Arguments

resourceArn

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

tags

[required] The tags that are associated with the resource.

Value

An empty list.

Request syntax

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