1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. sagemaker
  6. HumanTaskUi

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.75.0
published on Monday, Aug 17, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.75.0
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:

    HumanTaskUiName string
    The name of the human task user interface.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
    UiTemplate Pulumi.AwsNative.SageMaker.Inputs.HumanTaskUiUiTemplate
    The Liquid template for the worker user interface.
    HumanTaskUiName string
    The name of the human task user interface.
    Tags TagArgs
    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
    UiTemplate HumanTaskUiUiTemplateArgs
    The Liquid template for the worker user interface.
    human_task_ui_name string
    The name of the human task user interface.
    tags 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.
    humanTaskUiName String
    The name of the human task user interface.
    tags List<Tag>
    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
    uiTemplate HumanTaskUiUiTemplate
    The Liquid template for the worker user interface.
    humanTaskUiName string
    The name of the human task user interface.
    tags Tag[]
    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
    uiTemplate HumanTaskUiUiTemplate
    The Liquid template for the worker user interface.
    human_task_ui_name str
    The name of the human task user interface.
    tags Sequence[TagArgs]
    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
    ui_template HumanTaskUiUiTemplateArgs
    The Liquid template for the worker user interface.
    humanTaskUiName String
    The name of the human task user interface.
    tags List<Property Map>
    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
    uiTemplate 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:

    CreationTime string
    The timestamp when the human task user interface was created.
    HumanTaskUiArn string
    The Amazon Resource Name (ARN) of the human task user interface.
    Id string
    The provider-assigned unique ID for this managed resource.
    CreationTime string
    The timestamp when the human task user interface was created.
    HumanTaskUiArn string
    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_ui_arn string
    The Amazon Resource Name (ARN) of the human task user interface.
    id string
    The provider-assigned unique ID for this managed resource.
    creationTime String
    The timestamp when the human task user interface was created.
    humanTaskUiArn String
    The Amazon Resource Name (ARN) of the human task user interface.
    id String
    The provider-assigned unique ID for this managed resource.
    creationTime string
    The timestamp when the human task user interface was created.
    humanTaskUiArn string
    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_ui_arn str
    The Amazon Resource Name (ARN) of the human task user interface.
    id str
    The provider-assigned unique ID for this managed resource.
    creationTime String
    The timestamp when the human task user interface was created.
    humanTaskUiArn String
    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.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.75.0
    published on Monday, Aug 17, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial