paws.networking (version 0.1.6)

appmesh_untag_resource: Deletes specified tags from a resource

Description

Deletes specified tags from a resource.

Usage

appmesh_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource to delete tags from.

tagKeys

[required] The keys of the tags to be removed.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)