Interface CfnDataSourcePropsMixin.SqlConfigurationProperty

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

@Stability(Stable) public static interface CfnDataSourcePropsMixin.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.cfnpropertymixins.services.kendra.*;
 SqlConfigurationProperty sqlConfigurationProperty = SqlConfigurationProperty.builder()
         .queryIdentifiersEnclosingOption("queryIdentifiersEnclosingOption")
         .build();
 

See Also: