@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:32.284Z")
public interface CfnPlaceIndexProps
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() |
java.lang.String |
getDataSource()
Specifies the data provider of geospatial data.
|
default java.lang.Object |
getDataSourceConfiguration()
Specifies the data storage option for requesting Places.
|
default java.lang.String |
getDescription()
The optional description for the place index resource.
|
java.lang.String |
getIndexName()
The name of the place index resource.
|
default java.lang.String |
getPricingPlan()
No longer used.
|
java.lang.String getDataSource()
This field is case-sensitive. Enter the valid values as shown. For example, entering
HERE
will return an error.
Valid values include:
Esri
Here
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 .
java.lang.String getIndexName()
Requirements:
ExamplePlaceIndex
.default java.lang.Object getDataSourceConfiguration()
default java.lang.String getDescription()
default java.lang.String getPricingPlan()
Allowed Values : RequestBasedUsage
static CfnPlaceIndexProps.Builder builder()
CfnPlaceIndexProps.Builder
of CfnPlaceIndexProps