Class CfnPlaceIndexProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.location.CfnPlaceIndexProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnPlaceIndexProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnPlaceIndexProps
@Stability(Stable)
@Internal
public static final class CfnPlaceIndexProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaceIndexProps
An implementation for 
CfnPlaceIndexProps- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.location.CfnPlaceIndexProps
CfnPlaceIndexProps.Builder, CfnPlaceIndexProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPlaceIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlaceIndexProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies the geospatial data provider for the new place index.final ObjectSpecifies the data storage option requesting Places.final StringThe optional description for the place index resource.final StringThe name of the place index resource.final StringNo longer used.getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPlaceIndexProps.Builder. 
 - 
 - 
Method Details
- 
getDataSource
Description copied from interface:CfnPlaceIndexPropsSpecifies the geospatial data provider for the new place index.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 .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 .
- Specified by:
 getDataSourcein interfaceCfnPlaceIndexProps- See Also:
 
 - 
getIndexName
Description copied from interface:CfnPlaceIndexPropsThe name of the place index resource.Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
 - Must be a unique place index resource name.
 - No spaces allowed. For example, 
ExamplePlaceIndex. 
- Specified by:
 getIndexNamein interfaceCfnPlaceIndexProps- See Also:
 
 - 
getDataSourceConfiguration
Description copied from interface:CfnPlaceIndexPropsSpecifies the data storage option requesting Places.Returns union: either
IResolvableorCfnPlaceIndex.DataSourceConfigurationProperty- Specified by:
 getDataSourceConfigurationin interfaceCfnPlaceIndexProps- See Also:
 
 - 
getDescription
Description copied from interface:CfnPlaceIndexPropsThe optional description for the place index resource.- Specified by:
 getDescriptionin interfaceCfnPlaceIndexProps- See Also:
 
 - 
getPricingPlan
Description copied from interface:CfnPlaceIndexPropsNo longer used. If included, the only allowed value isRequestBasedUsage.Allowed Values :
RequestBasedUsage- Specified by:
 getPricingPlanin interfaceCfnPlaceIndexProps- See Also:
 
 - 
getTags
Description copied from interface:CfnPlaceIndexPropsAn array of key-value pairs to apply to this resource.- Specified by:
 getTagsin interfaceCfnPlaceIndexProps- See Also:
 
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -