Chick-fil-A · JSON Structure

Bovine Security Group Rule Structure

A single inbound or outbound security group rule.

Type: object Properties: 4
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

SecurityGroupRule is a JSON Structure definition published by Chick-fil-A, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FromPort ToPort Protocol Cidr

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/chickfila/refs/heads/main/json-structure/bovine-security-group-rule-structure.json",
  "name": "SecurityGroupRule",
  "description": "A single inbound or outbound security group rule.",
  "type": "object",
  "properties": {
    "FromPort": {
      "type": "int32",
      "example": 443
    },
    "ToPort": {
      "type": "int32",
      "example": 443
    },
    "Protocol": {
      "type": "string",
      "example": "tcp"
    },
    "Cidr": {
      "type": "string",
      "example": "10.0.0.0/16"
    }
  }
}