secretsmanager_tag_resource: Attaches tags to a secret

View source: R/secretsmanager_operations.R

secretsmanager_tag_resourceR Documentation

Attaches tags to a secret

Description

Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags.

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

Usage

secretsmanager_tag_resource(SecretId, Tags)

Arguments

SecretId

[required] The identifier for the secret to attach tags to. You can specify either the Amazon Resource Name (ARN) or the friendly 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.

Tags

[required] The tags to attach to the secret as a JSON text string argument. Each element in the list consists of a Key and a Value.

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 Sept. 12, 2023, 1:10 a.m.