Skip to content

Disassociate Tag Option From Resource

servicecatalog_disassociate_tag_option_from_resource R Documentation

Disassociates the specified TagOption from the specified resource

Description

Disassociates the specified TagOption from the specified resource.

Usage

servicecatalog_disassociate_tag_option_from_resource(ResourceId,
  TagOptionId)

Arguments

ResourceId

[required] The resource identifier.

TagOptionId

[required] The TagOption identifier.

Value

An empty list.

Request syntax

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