Skip to content

Resource: awsSagemakerServicecatalogPortfolioStatus

Manages status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

Example Usage

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.sagemakerServicecatalogPortfolioStatus.SagemakerServicecatalogPortfolioStatus(
  this,
  "example",
  {
    status: "Enabled",
  }
);

Argument Reference

The following arguments are supported:

  • status - (Required) Whether Service Catalog is enabled or disabled in SageMaker. Valid values are enabled and disabled.

Attributes Reference

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

  • id - The AWS Region the Servicecatalog portfolio status resides in.

Import

Models can be imported using the id, e.g.,

$ terraform import aws_sagemaker_servicecatalog_portfolio_status.example us-east-1