Interface CfnPlaceIndex.DataSourceConfigurationProperty

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

@Stability(Stable) public static interface CfnPlaceIndex.DataSourceConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the data storage option requesting Places.

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.location.*;
 DataSourceConfigurationProperty dataSourceConfigurationProperty = DataSourceConfigurationProperty.builder()
         .intendedUse("intendedUse")
         .build();