Untag Resource
eventbridgepipes_untag_resource | R Documentation |
Removes one or more tags from the specified pipes¶
Description¶
Removes one or more tags from the specified pipes.
Usage¶
eventbridgepipes_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The ARN of the pipe. |
tagKeys |
[required] The list of tag keys to remove from the pipe. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)