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
  • 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

      protected Jsii$Proxy(CfnPlaceIndexProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnPlaceIndexProps.Builder.
  • Method Details

    • getDataSource

      public final String getDataSource()
      Description copied from interface: CfnPlaceIndexProps
      Specifies the geospatial data provider for the new place index.

      This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an error.

      Valid values include:

      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:
      getDataSource in interface CfnPlaceIndexProps
    • getIndexName

      public final String getIndexName()
      Description copied from interface: CfnPlaceIndexProps
      The 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:
      getIndexName in interface CfnPlaceIndexProps
    • getDataSourceConfiguration

      public final Object getDataSourceConfiguration()
      Description copied from interface: CfnPlaceIndexProps
      Specifies the data storage option requesting Places.
      Specified by:
      getDataSourceConfiguration in interface CfnPlaceIndexProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnPlaceIndexProps
      The optional description for the place index resource.
      Specified by:
      getDescription in interface CfnPlaceIndexProps
    • getPricingPlan

      public final String getPricingPlan()
      Description copied from interface: CfnPlaceIndexProps
      No longer used. If included, the only allowed value is RequestBasedUsage .

      Allowed Values : RequestBasedUsage

      Specified by:
      getPricingPlan in interface CfnPlaceIndexProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object