Class CfnDataSource.TemplateConfigurationProperty
Provides a template for the configuration information to connect to your data source.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.TemplateConfigurationProperty : CfnDataSource.ITemplateConfigurationPropertySyntax (vb)
Public Class CfnDataSource.TemplateConfigurationProperty Implements CfnDataSource.ITemplateConfigurationPropertyRemarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Kendra;
             var templateConfigurationProperty = new TemplateConfigurationProperty {
                 Template = "template"
             };Synopsis
Constructors
| TemplateConfigurationProperty() | Provides a template for the configuration information to connect to your data source. | 
Properties
| Template | The template schema used for the data source, where templates schemas are supported. | 
Constructors
TemplateConfigurationProperty()
Provides a template for the configuration information to connect to your data source.
public TemplateConfigurationProperty()Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Kendra;
             var templateConfigurationProperty = new TemplateConfigurationProperty {
                 Template = "template"
             };Properties
Template
The template schema used for the data source, where templates schemas are supported.
public string Template { get; set; }