directoryservice_add_tags_to_resource {paws.security.identity} | R Documentation |
Adds or overwrites one or more tags for the specified directory
Description
Adds or overwrites one or more tags for the specified directory. Each directory can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique to each resource.
See https://www.paws-r-sdk.com/docs/directoryservice_add_tags_to_resource/ for full documentation.
Usage
directoryservice_add_tags_to_resource(ResourceId, Tags)
Arguments
ResourceId |
[required] Identifier (ID) for the directory to which to add the tag. |
Tags |
[required] The tags to be assigned to the directory. |
[Package paws.security.identity version 0.9.0 Index]