Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Endpoint Network Configuration Structure

Specifies network configuration information for the gateway associated with the Amazon FSx file system.

Type: object Properties: 1
BackupFile StorageGatewayHybrid CloudStorage

EndpointNetworkConfiguration is a JSON Structure definition published by Amazon Storage Gateway, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IpAddresses

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-endpoint-network-configuration-structure.json",
  "name": "EndpointNetworkConfiguration",
  "description": "Specifies network configuration information for the gateway associated with the Amazon FSx file system.",
  "properties": {
    "IpAddresses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAddressList"
        },
        {
          "description": "<p>A list of gateway IP addresses on which the associated Amazon FSx file system is available.</p> <note> <p>If multiple file systems are associated with this gateway, this field is required.</p> </note>"
        }
      ]
    }
  }
}