ProvisionByoipCidrRequest is a JSON Structure definition published by Amazon Global Accelerator, 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-global-accelerator/refs/heads/main/json-structure/global-accelerator-provision-byoip-cidr-request-structure.json",
"name": "ProvisionByoipCidrRequest",
"description": "ProvisionByoipCidrRequest schema from Amazon Global Accelerator API",
"type": "object",
"properties": {
"Cidr": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region."
}
]
},
"CidrAuthorizationContext": {
"allOf": [
{
"$ref": "#/components/schemas/CidrAuthorizationContext"
},
{
"description": "A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP. "
}
]
}
},
"required": [
"Cidr",
"CidrAuthorizationContext"
]
}
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.