Class: Aws::LocationService::Types::CreatePlaceIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceString

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:

For additional information , see Data providers on the Amazon Location Service Developer Guide.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1709

class CreatePlaceIndexRequest < Struct.new(
  :data_source,
  :data_source_configuration,
  :description,
  :index_name,
  :pricing_plan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_configurationTypes::DataSourceConfiguration

Specifies the data storage option requesting Places.



1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1709

class CreatePlaceIndexRequest < Struct.new(
  :data_source,
  :data_source_configuration,
  :description,
  :index_name,
  :pricing_plan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for the place index resource.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1709

class CreatePlaceIndexRequest < Struct.new(
  :data_source,
  :data_source_configuration,
  :description,
  :index_name,
  :pricing_plan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

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.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1709

class CreatePlaceIndexRequest < Struct.new(
  :data_source,
  :data_source_configuration,
  :description,
  :index_name,
  :pricing_plan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. If included, the only allowed value is RequestBasedUsage.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1709

class CreatePlaceIndexRequest < Struct.new(
  :data_source,
  :data_source_configuration,
  :description,
  :index_name,
  :pricing_plan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources.

Format: "key" : "value"

Restrictions:

  • Maximum 50 tags per resource.

  • Each tag key must be unique and must have exactly one associated value.

  • Maximum key length: 128 Unicode characters in UTF-8.

  • Maximum value length: 256 Unicode characters in UTF-8.

  • Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @

  • Cannot use "aws:" as a prefix for a key.

Returns:

  • (Hash<String,String>)


1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1709

class CreatePlaceIndexRequest < Struct.new(
  :data_source,
  :data_source_configuration,
  :description,
  :index_name,
  :pricing_plan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end