Resource: aws_sagemaker_servicecatalog_portfolio_status

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

Example Usage

Usage:

resource "aws_sagemaker_servicecatalog_portfolio_status" "example" {
  status = "Enabled"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import models using the id. For example:

import {
  to = aws_sagemaker_servicecatalog_portfolio_status.example
  id = "us-east-1"
}

Using terraform import, import models using the id. For example:

% terraform import aws_sagemaker_servicecatalog_portfolio_status.example us-east-1