secretsmanager_untag_resource: Removes specific tags from a secret

View source: R/secretsmanager_operations.R

secretsmanager_untag_resourceR Documentation

Removes specific tags from a secret

Description

Removes specific tags from a secret.

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

Usage

secretsmanager_untag_resource(SecretId, TagKeys)

Arguments

SecretId

[required] The ARN or name of the secret.

For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.

TagKeys

[required] A list of tag key names to remove from the secret. You don't specify the value. Both the key and its associated value are removed.

This parameter requires a JSON text string argument.

For storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services CLI User Guide.


paws.security.identity documentation built on April 3, 2025, 10:59 p.m.