Amazon Outposts · Schema

EC2Capacity

Information about EC2 capacity.

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
Family object
MaxSize object
Quantity object
View JSON Schema on GitHub

JSON Schema

openapi-ec2-capacity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-ec2-capacity-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}