Class CfnDataSource.TemplateConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.TemplateConfigurationProperty : CfnDataSource.ITemplateConfigurationProperty
Syntax (vb)
Public Class CfnDataSource.TemplateConfigurationProperty Implements CfnDataSource.ITemplateConfigurationProperty
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"
};
Synopsis
Constructors
TemplateConfigurationProperty() |
Properties
Template |
Constructors
TemplateConfigurationProperty()
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
public string Template { get; set; }