Amazon CloudSearch · Example Payload

Cloudsearch Define Index Field Request Example

CloudSearchSearchFull-Text SearchManaged

Cloudsearch Define Index Field Request Example is an example object payload from Amazon CloudSearch, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IndexField

Example Payload

Raw ↑
{
  "IndexField": {
    "IndexFieldName": "example-resource",
    "IndexFieldType": "int"
  }
}