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 data provider of geospatial data.
|
java.lang.Object |
getDataSourceConfiguration()
Specifies the data storage option for 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
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 .
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()