Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Pricing Plan Structure

The pricing plan.

Type: object Properties: 6 Required: 4
3D VisualizationDigital TwinIndustrial IoTIoT

PricingPlan is a JSON Structure definition published by Amazon IoT TwinMaker, describing 6 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

billableEntityCount bundleInformation effectiveDateTime pricingMode updateDateTime updateReason

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-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-pricing-plan-structure.json",
  "name": "PricingPlan",
  "description": "The pricing plan.",
  "type": "object",
  "properties": {
    "billableEntityCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The billable entity count."
        }
      ]
    },
    "bundleInformation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BundleInformation"
        },
        {
          "description": "The pricing plan's bundle information."
        }
      ]
    },
    "effectiveDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The effective date and time of the pricing plan."
        }
      ]
    },
    "pricingMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PricingMode"
        },
        {
          "description": "The pricing mode."
        }
      ]
    },
    "updateDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The set date and time for updating a pricing plan."
        }
      ]
    },
    "updateReason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateReason"
        },
        {
          "description": "The update reason for changing a pricing plan."
        }
      ]
    }
  },
  "required": [
    "effectiveDateTime",
    "pricingMode",
    "updateDateTime",
    "updateReason"
  ]
}