eventbridgepipes_tag_resource {paws.application.integration}R Documentation

Assigns one or more tags (key-value pairs) to the specified pipe

Description

Assigns one or more tags (key-value pairs) to the specified pipe. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

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

Usage

eventbridgepipes_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The ARN of the pipe.

tags

[required] The list of key-value pairs associated with the pipe.


[Package paws.application.integration version 0.7.0 Index]