SubnetIds

List of SubnetId.

Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-pipes-subnet-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-subnet-ids-schema.json",
  "title": "SubnetIds",
  "description": "List of SubnetId.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/SubnetId"
  },
  "minItems": 0,
  "maxItems": 16
}