AWS Redshift · JSON Structure

Redshift Network Interface Structure

Describes a network interface.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

NetworkInterfaceId SubnetId PrivateIpAddress AvailabilityZone

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "NetworkInterfaceId": {},
    "SubnetId": {},
    "PrivateIpAddress": {},
    "AvailabilityZone": {}
  },
  "description": "Describes a network interface. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-network-interface-structure.json",
  "name": "NetworkInterface"
}