paws.management (version 0.1.0)

servicecatalog_associate_tag_option_with_resource: 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.

Request syntax

svc$associate_tag_option_with_resource(
  ResourceId = "string",
  TagOptionId = "string"
)