Skip to content

Untag Resource

kinesisanalyticsv2_untag_resource R Documentation

Description

Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging.

Usage

kinesisanalyticsv2_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] The ARN of the Managed Service for Apache Flink application from which to remove the tags.

TagKeys

[required] A list of keys of tags to remove from the specified application.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceARN = "string",
  TagKeys = list(
    "string"
  )
)