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 successfully started, but doesn’t indicate whether it was completed. You can check if the association completed by using list_members for multiple accounts or GetMembers for a single account.

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"
)