Package com.pulumi.aws.sagemaker.inputs
Class HumanTaskUIState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.sagemaker.inputs.HumanTaskUIState
-
public final class HumanTaskUIState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HumanTaskUIState.Builder
-
Field Summary
Fields Modifier and Type Field Description static HumanTaskUIState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
static HumanTaskUIState.Builder
builder()
static HumanTaskUIState.Builder
builder(HumanTaskUIState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
humanTaskUiName()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.java.util.Optional<com.pulumi.core.Output<HumanTaskUIUiTemplateArgs>>
uiTemplate()
-
-
-
Field Detail
-
Empty
public static final HumanTaskUIState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- The Amazon Resource Name (ARN) assigned by AWS to this Human Task UI.
-
humanTaskUiName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> humanTaskUiName()
- Returns:
- The name of the Human Task UI.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- 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.
-
tagsAll
@Deprecated public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tagsAll()
Deprecated.Please use `tags` instead.- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
uiTemplate
public java.util.Optional<com.pulumi.core.Output<HumanTaskUIUiTemplateArgs>> uiTemplate()
- Returns:
- The Liquid template for the worker user interface. See UI Template below.
-
builder
public static HumanTaskUIState.Builder builder()
-
builder
public static HumanTaskUIState.Builder builder(HumanTaskUIState defaults)
-
-