Skip to content

Untag Resource

ssmcontacts_untag_resource R Documentation

Removes tags from the specified resource

Description

Removes tags from the specified resource.

Usage

ssmcontacts_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the contact or escalation plan.

TagKeys

[required] The key of the tag that you want to remove.

Value

An empty list.

Request syntax

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