qldb_tag_resource: Adds one or more tags to a specified Amazon QLDB resource

View source: R/qldb_operations.R

qldb_tag_resourceR Documentation

Adds one or more tags to a specified Amazon QLDB resource

Description

Adds one or more tags to a specified Amazon QLDB resource.

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

Usage

qldb_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) to which you want to add the tags. For example:

arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger

Tags

[required] The key-value pairs to add as tags to the specified QLDB resource. Tag keys are case sensitive. If you specify a key that already exists for the resource, your request fails and returns an error. Tag values are case sensitive and can be null.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.