Skip to content

Data source: awsServicecatalogConstraint

Provides information on a Service Catalog Constraint.

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.dataAwsServicecatalogConstraint.DataAwsServicecatalogConstraint(
  this,
  "example",
  {
    acceptLanguage: "en",
    id: "cons-hrvy0335",
  }
);

Argument Reference

The following arguments are required:

  • id - Constraint identifier.

The following arguments are optional:

  • acceptLanguage - (Optional) Language code. Valid values: en (English), jp (Japanese), zh (Chinese). Default value is en.

Attributes Reference

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

  • description - Description of the constraint.
  • owner - Owner of the constraint.
  • parameters - Constraint parameters in JSON format.
  • portfolioId - Portfolio identifier.
  • productId - Product identifier.
  • status - Constraint status.
  • type - Type of constraint. Valid values are launch, notification, RESOURCE_UPDATE, stackset, and template.