We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi
Resource Type definition for AWS::SageMaker::HumanTaskUi
Create HumanTaskUi Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HumanTaskUi(name: string, args?: HumanTaskUiArgs, opts?: CustomResourceOptions);@overload
def HumanTaskUi(resource_name: str,
args: Optional[HumanTaskUiArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def HumanTaskUi(resource_name: str,
opts: Optional[ResourceOptions] = None,
human_task_ui_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
ui_template: Optional[HumanTaskUiUiTemplateArgs] = None)func NewHumanTaskUi(ctx *Context, name string, args *HumanTaskUiArgs, opts ...ResourceOption) (*HumanTaskUi, error)public HumanTaskUi(string name, HumanTaskUiArgs? args = null, CustomResourceOptions? opts = null)
public HumanTaskUi(String name, HumanTaskUiArgs args)
public HumanTaskUi(String name, HumanTaskUiArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:HumanTaskUi
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_sagemaker_human_task_ui" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args HumanTaskUiArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args HumanTaskUiArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args HumanTaskUiArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HumanTaskUiArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HumanTaskUiArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
HumanTaskUi Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The HumanTaskUi resource accepts the following input properties:
- Human
Task stringUi Name - The name of the human task user interface.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- Ui
Template Pulumi.Aws Native. Sage Maker. Inputs. Human Task Ui Ui Template - The Liquid template for the worker user interface.
- Human
Task stringUi Name - The name of the human task user interface.
-
Tag
Args - An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- Ui
Template HumanTask Ui Ui Template Args - The Liquid template for the worker user interface.
- human_
task_ stringui_ name - The name of the human task user interface.
- list(object)
- An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- ui_
template object - The Liquid template for the worker user interface.
- human
Task StringUi Name - The name of the human task user interface.
- List<Tag>
- An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- ui
Template HumanTask Ui Ui Template - The Liquid template for the worker user interface.
- human
Task stringUi Name - The name of the human task user interface.
- Tag[]
- An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- ui
Template HumanTask Ui Ui Template - The Liquid template for the worker user interface.
- human_
task_ strui_ name - The name of the human task user interface.
-
Sequence[Tag
Args] - An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- ui_
template HumanTask Ui Ui Template Args - The Liquid template for the worker user interface.
- human
Task StringUi Name - The name of the human task user interface.
- List<Property Map>
- An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
- ui
Template Property Map - The Liquid template for the worker user interface.
Outputs
All input properties are implicitly available as output properties. Additionally, the HumanTaskUi resource produces the following output properties:
- Creation
Time string - The timestamp when the human task user interface was created.
- Human
Task stringUi Arn - The Amazon Resource Name (ARN) of the human task user interface.
- Id string
- The provider-assigned unique ID for this managed resource.
- Creation
Time string - The timestamp when the human task user interface was created.
- Human
Task stringUi Arn - The Amazon Resource Name (ARN) of the human task user interface.
- Id string
- The provider-assigned unique ID for this managed resource.
- creation_
time string - The timestamp when the human task user interface was created.
- human_
task_ stringui_ arn - The Amazon Resource Name (ARN) of the human task user interface.
- id string
- The provider-assigned unique ID for this managed resource.
- creation
Time String - The timestamp when the human task user interface was created.
- human
Task StringUi Arn - The Amazon Resource Name (ARN) of the human task user interface.
- id String
- The provider-assigned unique ID for this managed resource.
- creation
Time string - The timestamp when the human task user interface was created.
- human
Task stringUi Arn - The Amazon Resource Name (ARN) of the human task user interface.
- id string
- The provider-assigned unique ID for this managed resource.
- creation_
time str - The timestamp when the human task user interface was created.
- human_
task_ strui_ arn - The Amazon Resource Name (ARN) of the human task user interface.
- id str
- The provider-assigned unique ID for this managed resource.
- creation
Time String - The timestamp when the human task user interface was created.
- human
Task StringUi Arn - The Amazon Resource Name (ARN) of the human task user interface.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
HumanTaskUiUiTemplate, HumanTaskUiUiTemplateArgs
The Liquid template for the worker user interface.- Content string
- The content of the Liquid template for the worker user interface.
- Content string
- The content of the Liquid template for the worker user interface.
- content string
- The content of the Liquid template for the worker user interface.
- content String
- The content of the Liquid template for the worker user interface.
- content string
- The content of the Liquid template for the worker user interface.
- content str
- The content of the Liquid template for the worker user interface.
- content String
- The content of the Liquid template for the worker user interface.
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi