paws.management (version 0.1.0)

servicecatalog_list_resources_for_tag_option: Lists the resources associated with the specified TagOption

Description

Lists the resources associated with the specified TagOption.

Usage

servicecatalog_list_resources_for_tag_option(TagOptionId, ResourceType,
  PageSize, PageToken)

Arguments

TagOptionId

[required] The TagOption identifier.

ResourceType

The resource type.

  • Portfolio

  • Product

PageSize

The maximum number of items to return with this call.

PageToken

The page token for the next set of results. To retrieve the first set of results, use null.

Request syntax

svc$list_resources_for_tag_option(
  TagOptionId = "string",
  ResourceType = "string",
  PageSize = 123,
  PageToken = "string"
)