@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.687Z") @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 data provider of geospatial data.
|
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
HEREwill return an error.
Valid values include:
EsriHere
Place index resources using HERE as a data provider can't be used to store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional details on data providers, see the Amazon Location Service data providers page .
@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.