Class CfnDataSource.TemplateConfigurationProperty
Inheritance
System.Object
CfnDataSource.TemplateConfigurationProperty
Implements
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TemplateConfigurationProperty : Object, CfnDataSource.ITemplateConfigurationProperty
Syntax (vb)
Public Class TemplateConfigurationProperty
Inherits Object
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()
Properties
Template
public string Template { get; set; }
Property Value
System.String