@Stability(value=Stable)
public static interface CfnPlaceIndex.DataSourceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaceIndex.DataSourceConfigurationProperty.Builder
A builder for
CfnPlaceIndex.DataSourceConfigurationProperty |
static class |
CfnPlaceIndex.DataSourceConfigurationProperty.Jsii$Proxy
An implementation for
CfnPlaceIndex.DataSourceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaceIndex.DataSourceConfigurationProperty.Builder |
builder() |
default String |
getIntendedUse()
Specifies how the results of an operation will be stored by the caller.
|
@Stability(value=Stable) @Nullable default String getIntendedUse()
Valid values include:
SingleUse specifies that the results won't be stored.Storage specifies that the result can be cached or stored in a database.
Place index resources using HERE as a data provider can't be configured to store results for locations in Japan when choosing
Storagefor theIntendedUseparameter.
Default value: SingleUse
@Stability(value=Stable) static CfnPlaceIndex.DataSourceConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.