lambda_tag_resource {paws.compute} | R Documentation |
Adds tags to a function, event source mapping, or code signing configuration
Description
Adds tags to a function, event source mapping, or code signing configuration.
See https://www.paws-r-sdk.com/docs/lambda_tag_resource/ for full documentation.
Usage
lambda_tag_resource(Resource, Tags)
Arguments
Resource |
[required] The resource's Amazon Resource Name (ARN). |
Tags |
[required] A list of tags to apply to the resource. |
[Package paws.compute version 0.9.0 Index]