{ "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": "

A list of gateway IP addresses on which the associated Amazon FSx file system is available.

If multiple file systems are associated with this gateway, this field is required.

" } ] } } }