interface TemplateConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kendra.CfnDataSource.TemplateConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnDataSource_TemplateConfigurationProperty |
![]() | software.amazon.awscdk.services.kendra.CfnDataSource.TemplateConfigurationProperty |
![]() | aws_cdk.aws_kendra.CfnDataSource.TemplateConfigurationProperty |
![]() | 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.