By default the index will be created with read capacity mode `OnDemand`. If you prefer to allocate dedicated read nodes for your workload, you must specify mode `Dedicated` and additional configurations for `node_type` and `scaling`.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReadCapacity",
"title": "ReadCapacity",
"description": "By default the index will be created with read capacity mode `OnDemand`. If you prefer to allocate dedicated read nodes for your workload, you must specify mode `Dedicated` and additional configurations for `node_type` and `scaling`.",
"discriminator": {
"propertyName": "mode",
"mapping": {
"OnDemand": "#/components/schemas/ReadCapacityOnDemandSpec",
"Dedicated": "#/components/schemas/ReadCapacityDedicatedSpec"
}
},
"oneOf": [
{
"$ref": "#/components/schemas/ReadCapacityOnDemandSpec"
},
{
"$ref": "#/components/schemas/ReadCapacityDedicatedSpec"
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.