Class CfnPlaceIndexMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.location.mixins.CfnPlaceIndexMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaceIndexMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaceIndexMixinProps
@Stability(Stable)
@Internal
public static final class CfnPlaceIndexMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaceIndexMixinProps
An implementation for
CfnPlaceIndexMixinProps-
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.mixins.preview.services.location.mixins.CfnPlaceIndexMixinProps
CfnPlaceIndexMixinProps.Builder, CfnPlaceIndexMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlaceIndexMixinProps.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 theCfnPlaceIndexMixinProps.Builder.
-
-
Method Details
-
getDataSource
Description copied from interface:CfnPlaceIndexMixinPropsSpecifies 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 interfaceCfnPlaceIndexMixinProps- See Also:
-
getDataSourceConfiguration
Description copied from interface:CfnPlaceIndexMixinPropsSpecifies the data storage option requesting Places.Returns union: either
IResolvableorCfnPlaceIndexPropsMixin.DataSourceConfigurationProperty- Specified by:
getDataSourceConfigurationin interfaceCfnPlaceIndexMixinProps- See Also:
-
getDescription
Description copied from interface:CfnPlaceIndexMixinPropsThe optional description for the place index resource.- Specified by:
getDescriptionin interfaceCfnPlaceIndexMixinProps- See Also:
-
getIndexName
Description copied from interface:CfnPlaceIndexMixinPropsThe 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 interfaceCfnPlaceIndexMixinProps- See Also:
-
getPricingPlan
Description copied from interface:CfnPlaceIndexMixinPropsNo longer used. If included, the only allowed value isRequestBasedUsage.Allowed Values :
RequestBasedUsage- Specified by:
getPricingPlanin interfaceCfnPlaceIndexMixinProps- See Also:
-
getTags
Description copied from interface:CfnPlaceIndexMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnPlaceIndexMixinProps- 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()
-