Skip to content

Associate Member

inspector2_associate_member 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.

Usage

inspector2_associate_member(accountId)

Arguments

accountId

[required] The Amazon Web Services account ID of the member account to be associated.

Value

A list with the following syntax:

list(
  accountId = "string"
)

Request syntax

svc$associate_member(
  accountId = "string"
)