public static final class CfnPlaceIndexProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPlaceIndexProps
CfnPlaceIndexProps
CfnPlaceIndexProps.Builder, CfnPlaceIndexProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDataSource()
Specifies the geospatial data provider for the new place index.
|
java.lang.Object |
getDataSourceConfiguration()
Specifies the data storage option requesting Places.
|
java.lang.String |
getDescription()
The optional description for the place index resource.
|
java.lang.String |
getIndexName()
The name of the place index resource.
|
java.lang.String |
getPricingPlan()
No longer used.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDataSource()
CfnPlaceIndexProps
This field is case-sensitive. Enter the valid values as shown. For example, entering
HERE
returns an error.
Valid values include:
Esri
– For additional information about Esri 's coverage in your region of interest, see Esri details on geocoding coverage .Grab
– Grab provides place index functionality for Southeast Asia. For additional information about GrabMaps ' coverage, see GrabMaps countries and areas covered .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 .
getDataSource
in interface CfnPlaceIndexProps
public final java.lang.String getIndexName()
CfnPlaceIndexProps
Requirements:
ExamplePlaceIndex
.getIndexName
in interface CfnPlaceIndexProps
public final java.lang.Object getDataSourceConfiguration()
CfnPlaceIndexProps
getDataSourceConfiguration
in interface CfnPlaceIndexProps
public final java.lang.String getDescription()
CfnPlaceIndexProps
getDescription
in interface CfnPlaceIndexProps
public final java.lang.String getPricingPlan()
CfnPlaceIndexProps
Allowed Values : RequestBasedUsage
getPricingPlan
in interface CfnPlaceIndexProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()