inspector2_associate_member {paws.security.identity} | R Documentation |
Associates an Amazon Web Services account with an Amazon Inspector delegated administrator
Description
Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was started but doesn’t indicate whether it completed. You can check if the association completed using list_members
for multiple accounts or GetMembers for a single account. An HTTP 402 response indicates the association failed because the organization size exceeded its limit. For information on limits, see Amazon Inspector quotas.
See https://www.paws-r-sdk.com/docs/inspector2_associate_member/ for full documentation.
Usage
inspector2_associate_member(accountId)
Arguments
accountId |
[required] The Amazon Web Services account ID of the member account to be associated. |
[Package paws.security.identity version 0.9.0 Index]