ByoipCidrEvent

A complex type that contains a Message and a Timestamp value for changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Properties

Name Type Description
Message object
Timestamp object
View JSON Schema on GitHub

JSON Schema

global-accelerator-byoip-cidr-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-byoip-cidr-event-schema.json",
  "title": "ByoipCidrEvent",
  "description": "A complex type that contains a <code>Message</code> and a <code>Timestamp</code> value for changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).",
  "type": "object",
  "properties": {
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "A string that contains an <code>Event</code> message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP)."
        }
      ]
    },
    "Timestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP)."
        }
      ]
    }
  }
}