AWS Redshift · Schema

IPRange

Describes an IP range used in a security group.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Status object
CIDRIP object
Tags object
View JSON Schema on GitHub

JSON Schema

redshift-ip-range-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Status": {},
    "CIDRIP": {},
    "Tags": {}
  },
  "description": "Describes an IP range used in a security group.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-ip-range-schema.json",
  "title": "IPRange"
}