Skip to content

Tag Resource

codestarnotifications_tag_resource R Documentation

Associates a set of provided tags with a notification rule

Description

Associates a set of provided tags with a notification rule.

Usage

codestarnotifications_tag_resource(Arn, Tags)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the notification rule to tag.

Tags

[required] The list of tags to associate with the resource. Tag key names cannot start with "aws".

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

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