Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Ip Address Update Structure

In an UpdateResolverEndpoint request, information about an IP address to update.

Type: object Properties: 4
DNSHybrid CloudNetworking

IpAddressUpdate is a JSON Structure definition published by Amazon Route 53 Resolver, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IpId SubnetId Ip Ipv6

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-ip-address-update-structure.json",
  "description": "In an <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html\">UpdateResolverEndpoint</a> request, information about an IP address to update.",
  "type": "object",
  "properties": {
    "IpId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": " <i>Only when removing an IP address from a Resolver endpoint</i>: The ID of the IP address that you want to remove. To get this ID, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>."
        }
      ]
    },
    "SubnetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubnetId"
        },
        {
          "description": "The ID of the subnet that includes the IP address that you want to update. To get this ID, use <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a>."
        }
      ]
    },
    "Ip": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ip"
        },
        {
          "description": "The new IPv4 address."
        }
      ]
    },
    "Ipv6": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ipv6"
        },
        {
          "description": " The new IPv6 address. "
        }
      ]
    }
  },
  "name": "IpAddressUpdate"
}