AWS Redshift · JSON Structure

Redshift Elastic Ip Status Structure

Describes the status of the elastic IP (EIP) address.

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ElasticIp Status

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ElasticIp": {},
    "Status": {}
  },
  "description": "Describes the status of the elastic IP (EIP) address.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-elastic-ip-status-structure.json",
  "name": "ElasticIpStatus"
}