Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.
See https://www.paws-r-sdk.com/docs/ec2_get_ipam_discovered_accounts/ for full documentation.
ec2_get_ipam_discovered_accounts(
DryRun = NULL,
IpamResourceDiscoveryId,
DiscoveryRegion,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
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
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
[required] A resource discovery ID.
[required] The Amazon Web Services Region that the account information is returned from.
Discovered account filters.
Specify the pagination token from a previous request to retrieve the next page of results.
The maximum number of discovered accounts to return in one page of results.