Skip to content

Tag Resource

kinesisanalyticsv2_tag_resource R Documentation

Description

Adds one or more key-value tags to a Managed Service for Apache Flink application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.

Usage

kinesisanalyticsv2_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The ARN of the application to assign the tags.

Tags

[required] The key-value tags to assign to the application.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceARN = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)