GatewayNetwork is a JSON Structure definition published by Amazon MediaConnect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-gateway-network-structure.json",
"name": "GatewayNetwork",
"type": "object",
"description": "The network settings for a gateway.",
"properties": {
"CidrBlock": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "cidrBlock"
},
"description": "A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "The name of the network. This name is used to reference the network and must be unique among networks in this gateway."
}
]
}
},
"required": [
"CidrBlock",
"Name"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.