Interface CfnHumanTaskUiPropsMixin.UiTemplateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHumanTaskUiPropsMixin.UiTemplateProperty.Jsii$Proxy
- Enclosing class:
CfnHumanTaskUiPropsMixin
@Stability(Stable)
public static interface CfnHumanTaskUiPropsMixin.UiTemplateProperty
extends software.amazon.jsii.JsiiSerializable
The Liquid template for the worker user interface.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
UiTemplateProperty uiTemplateProperty = UiTemplateProperty.builder()
.content("content")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHumanTaskUiPropsMixin.UiTemplatePropertystatic final classAn implementation forCfnHumanTaskUiPropsMixin.UiTemplateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
The content of the Liquid template for the worker user interface.- See Also:
-
builder
-