interface UiTemplateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnHumanTaskUiPropsMixin.UiTemplateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnHumanTaskUiPropsMixin_UiTemplateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHumanTaskUiPropsMixin.UiTemplateProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnHumanTaskUiPropsMixin.UiTemplateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnHumanTaskUiPropsMixin » UiTemplateProperty |
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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const uiTemplateProperty: sagemaker.CfnHumanTaskUiPropsMixin.UiTemplateProperty = {
content: 'content',
};
Properties
| Name | Type | Description |
|---|---|---|
| content? | string | The content of the Liquid template for the worker user interface. |
content?
Type:
string
(optional)
The content of the Liquid template for the worker user interface.

.NET
Go
Java
Python
TypeScript