AWS Redshift · Schema

NetworkInterface

Describes a network interface.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
NetworkInterfaceId object
SubnetId object
PrivateIpAddress object
AvailabilityZone object
View JSON Schema on GitHub

JSON Schema

redshift-network-interface-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "NetworkInterfaceId": {},
    "SubnetId": {},
    "PrivateIpAddress": {},
    "AvailabilityZone": {}
  },
  "description": "Describes a network interface. ",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-network-interface-schema.json",
  "title": "NetworkInterface"
}