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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlaceIndex.DataSourceConfigurationPropertystatic final classAn implementation forCfnPlaceIndex.DataSourceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIntendedUse
Specifies how the results of an operation will be stored by the caller.Valid values include:
SingleUsespecifies that the results won't be stored.Storagespecifies that the result can be cached or stored in a database.
Default value:
SingleUse -
builder
-