Skip to content

Untag Resource

opsworkscm_untag_resource R Documentation

Removes specified tags from an AWS OpsWorks-CM server or backup

Description

Removes specified tags from an AWS OpsWorks-CM server or backup.

Usage

opsworkscm_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Number (ARN) of a resource from which you want to remove tags. For example, ⁠arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE⁠.

TagKeys

[required] The keys of tags that you want to remove.

Value

An empty list.

Request syntax

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