ec2_get_ipam_discovered_public_addresses {paws.compute} | R Documentation |
Gets the public IP addresses that have been discovered by IPAM
Description
Gets the public IP addresses that have been discovered by IPAM.
See https://www.paws-r-sdk.com/docs/ec2_get_ipam_discovered_public_addresses/ for full documentation.
Usage
ec2_get_ipam_discovered_public_addresses(
DryRun = NULL,
IpamResourceDiscoveryId,
AddressRegion,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
DryRun |
A check for whether you have the required permissions for the action
without actually making the request and provides an error response. If
you have the required permissions, the error response is
|
IpamResourceDiscoveryId |
[required] An IPAM resource discovery ID. |
AddressRegion |
[required] The Amazon Web Services Region for the IP address. |
Filters |
Filters. |
NextToken |
The token for the next page of results. |
MaxResults |
The maximum number of IPAM discovered public addresses to return in one page of results. |
[Package paws.compute version 0.9.0 Index]