AWS Amazon SageMaker Human Task Ui

This page shows how to write Terraform for Amazon SageMaker Human Task Ui and write them securely.

aws_sagemaker_human_task_ui (Terraform)

The Human Task Ui in Amazon SageMaker can be configured in Terraform with the resource name aws_sagemaker_human_task_ui. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • human_task_ui_name - (Required) The name of the Human Task UI.
  • tags - (Optional) A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
  • ui_template - (Required) The Liquid template for the worker user interface. See UI Template below.

UI Template

  • content - (Required) The content of the Liquid template for the worker user interface.

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

  • arn - The Amazon Resource Name (ARN) assigned by AWS to this Human Task UI.
  • id - The name of the Human Task UI.
  • tags_all - A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
  • ui_template - (Required) The Liquid template for the worker user interface. See UI Template below.

Explanation in Terraform Registry

Provides a Sagemaker Human Task UI resource.

CloudFormation Example

CloudFormation code does not have the related resource.

Frequently asked questions

What is AWS Amazon SageMaker Human Task Ui?

AWS Amazon SageMaker Human Task Ui is a resource for Amazon SageMaker of Amazon Web Service. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.