Amazon Route53 Resolver Openapi List Resolver Endpoint Ip Addresses Request Structure
ListResolverEndpointIpAddressesRequest schema from openapi
Type: objectProperties: 3Required: 1
DNSHybrid CloudNetworking
ListResolverEndpointIpAddressesRequest is a JSON Structure definition published by Amazon Route 53 Resolver, describing 3 properties, of which 1 is 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-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-list-resolver-endpoint-ip-addresses-request-structure.json",
"description": "ListResolverEndpointIpAddressesRequest schema from openapi",
"type": "object",
"properties": {
"ResolverEndpointId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The ID of the Resolver endpoint that you want to get IP addresses for."
}
]
},
"MaxResults": {
"allOf": [
{
"$ref": "#/components/schemas/MaxResults"
},
{
"description": "The maximum number of IP addresses that you want to return in the response to a <code>ListResolverEndpointIpAddresses</code> request. If you don't specify a value for <code>MaxResults</code>, Resolver returns up to 100 IP addresses. "
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "<p>For the first <code>ListResolverEndpointIpAddresses</code> request, omit this value.</p> <p>If the specified Resolver 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. </p>"
}
]
}
},
"required": [
"ResolverEndpointId"
],
"name": "ListResolverEndpointIpAddressesRequest"
}
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.