Associate Tag Option With Resource
servicecatalog_associate_tag_option_with_resource | R Documentation |
Associate the specified TagOption with the specified portfolio or product¶
Description¶
Associate the specified TagOption with the specified portfolio or product.
Usage¶
servicecatalog_associate_tag_option_with_resource(ResourceId,
TagOptionId)
Arguments¶
ResourceId |
[required] The resource identifier. |
TagOptionId |
[required] The TagOption identifier. |
Value¶
An empty list.
Request syntax¶
svc$associate_tag_option_with_resource(
ResourceId = "string",
TagOptionId = "string"
)