interface TemplateConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Kendra.CfnDataSource.TemplateConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnDataSource_TemplateConfigurationProperty | 
|  Java | software.amazon.awscdk.services.kendra.CfnDataSource.TemplateConfigurationProperty | 
|  Python | aws_cdk.aws_kendra.CfnDataSource.TemplateConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_kendra»CfnDataSource»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 { aws_kendra as kendra } from 'aws-cdk-lib';
const templateConfigurationProperty: kendra.CfnDataSource.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
The template schema used for the data source, where templates schemas are supported.
