Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account. To successfully create a member, you must use this action from an account that already has Security Hub enabled. You can use the EnableSecurityHub to enable Security Hub.
securityhub_create_members(AccountDetails)
A list of account ID and email address pairs of the accounts to associate with the Security Hub master account.
svc$create_members( AccountDetails = list( list( AccountId = "string", Email = "string" ) ) )
After you use CreateMembers
to create member account associations in
Security Hub, you need to use the InviteMembers action, which invites
the accounts to enable Security Hub and become member accounts in
Security Hub. If the invitation is accepted by the account owner, the
account becomes a member account in Security Hub, and a permission
policy is added that permits the master account to view the findings
generated in the member account. When Security Hub is enabled in the
invited account, findings start being sent to both the member and master
accounts.
You can remove the association between the master and member accounts by using the DisassociateFromMasterAccount or DisassociateMembers operation.