batch_untag_resource: Deletes specified tags from an Batch resource

View source: R/batch_operations.R

batch_untag_resourceR Documentation

Deletes specified tags from an Batch resource

Description

Deletes specified tags from an Batch resource.

See https://www.paws-r-sdk.com/docs/batch_untag_resource/ for full documentation.

Usage

batch_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource from which to delete tags. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs of array and multi-node parallel (MNP) jobs aren't supported.

tagKeys

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


paws.compute documentation built on May 29, 2024, 9:16 a.m.