Skip to content

Resource: awsServicecatalogTagOption

Manages a Service Catalog Tag Option.

Example Usage

Basic Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.servicecatalogTagOption.ServicecatalogTagOption(this, "example", {
  key: "nyckel",
  value: "v\xE4rde",
});

Argument Reference

The following arguments are required:

  • key - (Required) Tag option key.
  • value - (Required) Tag option value.

The following arguments are optional:

  • active - (Optional) Whether tag option is active. Default is true.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - Identifier (e.g., tagPjtvagohlyo3M).
  • ownerId - AWS account ID of the owner account that created the tag option.

Timeouts

Configuration options:

  • create - (Default 3M)
  • read - (Default 10M)
  • update - (Default 3M)
  • delete - (Default 3M)

Import

awsServicecatalogTagOption can be imported using the tag option ID, e.g.,

$ terraform import aws_servicecatalog_tag_option.example tag-pjtvagohlyo3m