Amazon Route53 Resolver Openapi List Resolver Endpoint Ip Addresses Response Structure
ListResolverEndpointIpAddressesResponse schema from openapi
Type: objectProperties: 3
DNSHybrid CloudNetworking
ListResolverEndpointIpAddressesResponse is a JSON Structure definition published by Amazon Route 53 Resolver, describing 3 properties. 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-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-list-resolver-endpoint-ip-addresses-response-structure.json",
"description": "ListResolverEndpointIpAddressesResponse schema from openapi",
"type": "object",
"properties": {
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "If the specified endpoint has more than <code>MaxResults</code> IP addresses, you can submit another <code>ListResolverEndpointIpAddresses</code> request to get the next group of IP addresses. In the next request, specify the value of <code>NextToken</code> from the previous response. "
}
]
},
"MaxResults": {
"allOf": [
{
"$ref": "#/components/schemas/MaxResults"
},
{
"description": "The value that you specified for <code>MaxResults</code> in the request."
}
]
},
"IpAddresses": {
"allOf": [
{
"$ref": "#/components/schemas/IpAddressesResponse"
},
{
"description": "Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints)."
}
]
}
},
"name": "ListResolverEndpointIpAddressesResponse"
}
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.