lookoutequipment_tag_resource: Associates a given tag to a resource in your account

View source: R/lookoutequipment_operations.R

lookoutequipment_tag_resourceR Documentation

Associates a given tag to a resource in your account

Description

Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.

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

Usage

lookoutequipment_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.

Tags

[required] The tag or tags to be associated with a specific resource. Both the tag key and value are specified.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.