interface TemplateConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Kendra.Mixins.CfnDataSourcePropsMixin.TemplateConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awskendra/mixins#CfnDataSourcePropsMixin_TemplateConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.kendra.mixins.CfnDataSourcePropsMixin.TemplateConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_kendra.mixins.CfnDataSourcePropsMixin.TemplateConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_kendra » mixins » CfnDataSourcePropsMixin » TemplateConfigurationProperty |
Provides a template for the configuration information to connect to your data source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as kendra_mixins } from '@aws-cdk/mixins-preview/aws-kendra';
const templateConfigurationProperty: kendra_mixins.CfnDataSourcePropsMixin.TemplateConfigurationProperty = {
template: 'template',
};
Properties
| Name | Type | Description |
|---|---|---|
| template? | string | The template schema used for the data source, where templates schemas are supported. |
template?
Type:
string
(optional)
The template schema used for the data source, where templates schemas are supported.

.NET
Go
Java
Python
TypeScript