AWS App Runner · JSON Structure

App Runner Vpc Connector Structure

VpcConnector schema from AWS App Runner

Type: object Properties: 8
CI/CDContainersDeploymentMicroservicesServerless

VpcConnector is a JSON Structure definition published by AWS App Runner, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcConnectorName VpcConnectorArn VpcConnectorRevision Subnets SecurityGroups Status CreatedAt DeletedAt

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "VpcConnectorName": {
      "type": "string"
    },
    "VpcConnectorArn": {
      "type": "string"
    },
    "VpcConnectorRevision": {
      "type": "int32"
    },
    "Subnets": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "SecurityGroups": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "Status": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ]
    },
    "CreatedAt": {
      "type": "datetime"
    },
    "DeletedAt": {
      "type": "datetime"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-runner/refs/heads/main/json-structure/app-runner-vpc-connector-structure.json",
  "name": "VpcConnector",
  "description": "VpcConnector schema from AWS App Runner"
}