class Aws::Route53Resolver::Types::AssociateResolverEndpointIpAddressRequest

@note When making an API call, you may pass AssociateResolverEndpointIpAddressRequest

data as a hash:

    {
      resolver_endpoint_id: "ResourceId", # required
      ip_address: { # required
        ip_id: "ResourceId",
        subnet_id: "SubnetId",
        ip: "Ip",
      },
    }

@!attribute [rw] resolver_endpoint_id

The ID of the Resolver endpoint that you want to associate IP
addresses with.
@return [String]

@!attribute [rw] ip_address

Either the IPv4 address that you want to add to a Resolver endpoint
or a subnet ID. If you specify a subnet ID, Resolver chooses an IP
address for you from the available IPs in the specified subnet.
@return [Types::IpAddressUpdate]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateResolverEndpointIpAddressRequest AWS API Documentation

Constants

SENSITIVE