Interface CfnDataSource.SqlConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.SqlConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.SqlConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Provides information that configures Amazon Kendra to use a SQL database.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.kendra.*;
 SqlConfigurationProperty sqlConfigurationProperty = SqlConfigurationProperty.builder()
         .queryIdentifiersEnclosingOption("queryIdentifiersEnclosingOption")
         .build();
 

See Also: