Skip to content

Tag Resource

lambda_tag_resource R Documentation

Adds tags to a function

Description

Adds tags to a function.

Usage

lambda_tag_resource(Resource, Tags)

Arguments

Resource

[required] The function's Amazon Resource Name (ARN).

Tags

[required] A list of tags to apply to the function.

Value

An empty list.

Request syntax

svc$tag_resource(
  Resource = "string",
  Tags = list(
    "string"
  )
)