Global Accelerator Cidr Authorization Context Structure
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP).
CidrAuthorizationContext 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-cidr-authorization-context-structure.json",
"name": "CidrAuthorizationContext",
"description": "<p>Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html\">Bring your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>",
"type": "object",
"properties": {
"Message": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The plain-text authorization message for the prefix and account."
}
]
},
"Signature": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The signed authorization message for the prefix and account."
}
]
}
},
"required": [
"Message",
"Signature"
]
}
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.