class Aws::Route53Resolver::Types::IpAddressRequest
In a [CreateResolverEndpoint] request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). `IpAddressRequest` also includes the ID of the subnet that contains the IP address.
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html
@note When making an API call, you may pass IpAddressRequest
data as a hash: { subnet_id: "SubnetId", # required ip: "Ip", }
@!attribute [rw] subnet_id
The ID of the subnet that contains the IP address. @return [String]
@!attribute [rw] ip
The IP address that you want to use for DNS queries. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/IpAddressRequest AWS API Documentation
Constants
- SENSITIVE