interface AIPromptTemplateConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnAIPromptPropsMixin.AIPromptTemplateConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnAIPromptPropsMixin_AIPromptTemplateConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIPromptPropsMixin.AIPromptTemplateConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnAIPromptPropsMixin.AIPromptTemplateConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnAIPromptPropsMixin » AIPromptTemplateConfigurationProperty |
A typed union that specifies the configuration for a prompt template based on its type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from '@aws-cdk/cfn-property-mixins';
const aIPromptTemplateConfigurationProperty: wisdom.CfnAIPromptPropsMixin.AIPromptTemplateConfigurationProperty = {
textFullAiPromptEditTemplateConfiguration: {
text: 'text',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| text | IResolvable | Text | The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt. |
textFullAiPromptEditTemplateConfiguration?
Type:
IResolvable | Text
(optional)
The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt.

.NET
Go
Java
Python
TypeScript