@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.891Z") @Stability(value=Stable) public interface CfnPlaceIndexProps 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.*;
CfnPlaceIndexProps cfnPlaceIndexProps = CfnPlaceIndexProps.builder()
.dataSource("dataSource")
.indexName("indexName")
// the properties below are optional
.dataSourceConfiguration(DataSourceConfigurationProperty.builder()
.intendedUse("intendedUse")
.build())
.description("description")
.pricingPlan("pricingPlan")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPlaceIndexProps.Builder
A builder for
CfnPlaceIndexProps |
static class |
CfnPlaceIndexProps.Jsii$Proxy
An implementation for
CfnPlaceIndexProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPlaceIndexProps.Builder |
builder() |
String |
getDataSource()
Specifies the geospatial data provider for the new place index.
|
default Object |
getDataSourceConfiguration()
Specifies the data storage option for requesting Places.
|
default String |
getDescription()
The optional description for the place index resource.
|
String |
getIndexName()
The name of the place index resource.
|
default String |
getPricingPlan()
No longer used.
|
@Stability(value=Stable) @NotNull String getDataSource()
This field is case-sensitive. Enter the valid values as shown. For example, entering
HEREreturns an error.
Valid values include:
Esri – For additional information about Esri 's coverage in your region of interest, see Esri details on geocoding coverage .Here – For additional information about HERE Technologies ' coverage in your region of interest, see HERE details on goecoding coverage .
If you specify HERE Technologies (
Here) as the data provider, you may not store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide .
@Stability(value=Stable) @NotNull String getIndexName()
Requirements:
ExamplePlaceIndex .@Stability(value=Stable) @Nullable default Object getDataSourceConfiguration()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getPricingPlan()
Allowed Values : RequestBasedUsage
@Stability(value=Stable) static CfnPlaceIndexProps.Builder builder()
CfnPlaceIndexProps.Builder of CfnPlaceIndexPropsCopyright © 2022. All rights reserved.