View source: R/ec2_operations.R
ec2_get_ipam_discovered_public_addresses | R Documentation |
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.
ec2_get_ipam_discovered_public_addresses(
DryRun = NULL,
IpamResourceDiscoveryId,
AddressRegion,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.