Show / Hide Table of Contents

Class CfnDataSource.TemplateConfigurationProperty

Inheritance
object
CfnDataSource.TemplateConfigurationProperty
Implements
CfnDataSource.ITemplateConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html#cfn-kendra-datasource-templateconfiguration-template

Implements

CfnDataSource.ITemplateConfigurationProperty
Back to top Generated by DocFX