Amazon OpenSearch Service API · JSON Structure

Openapi Recurring Charge Structure

Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.

Type: object Properties: 2
AnalyticsElasticsearchSearch

RecurringCharge is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RecurringChargeAmount RecurringChargeFrequency

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-recurring-charge-structure.json",
  "name": "RecurringCharge",
  "description": "Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.",
  "type": "object",
  "properties": {
    "RecurringChargeAmount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Double"
        },
        {
          "description": "The monetary amount of the recurring charge."
        }
      ]
    },
    "RecurringChargeFrequency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The frequency of the recurring charge."
        }
      ]
    }
  }
}