apprunner_tag_resource: Add tags to, or update the tag values of, an App Runner...

View source: R/apprunner_operations.R

apprunner_tag_resourceR Documentation

Add tags to, or update the tag values of, an App Runner resource

Description

Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.

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

Usage

apprunner_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource that you want to update tags for.

It must be the ARN of an App Runner resource.

Tags

[required] A list of tag key-value pairs to add or update. If a key is new to the resource, the tag is added with the provided value. If a key is already associated with the resource, the value of the tag is updated.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.