Amazon Outposts · JSON Structure

Openapi Ec2 Capacity Structure

Information about EC2 capacity.

Type: object Properties: 3
Edge ComputingHybrid CloudInfrastructureOn-Premises

EC2Capacity is a JSON Structure definition published by Amazon Outposts, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Family MaxSize Quantity

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-outposts/refs/heads/main/json-structure/openapi-ec2-capacity-structure.json",
  "name": "EC2Capacity",
  "description": " Information about EC2 capacity. ",
  "type": "object",
  "properties": {
    "Family": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Family"
        },
        {
          "description": " The family of the EC2 capacity. "
        }
      ]
    },
    "MaxSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxSize"
        },
        {
          "description": " The maximum size of the EC2 capacity. "
        }
      ]
    },
    "Quantity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Quantity"
        },
        {
          "description": " The quantity of the EC2 capacity. "
        }
      ]
    }
  }
}