ec2_get_ipam_discovered_accounts: Gets IPAM discovered accounts

View source: R/ec2_operations.R

ec2_get_ipam_discovered_accountsR Documentation

Gets IPAM discovered accounts

Description

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.

Usage

ec2_get_ipam_discovered_accounts(
  DryRun = NULL,
  IpamResourceDiscoveryId,
  DiscoveryRegion,
  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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

IpamResourceDiscoveryId

[required] A resource discovery ID.

DiscoveryRegion

[required] The Amazon Web Services Region that the account information is returned from.

Filters

Discovered account filters.

NextToken

Specify the pagination token from a previous request to retrieve the next page of results.

MaxResults

The maximum number of discovered accounts to return in one page of results.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.