Learn R Programming

paws.security.identity (version 0.1.5)

securityhub_create_members: Creates a member association in Security Hub between the specified accounts and the account used to make the request, which is the master account

Description

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.

Usage

securityhub_create_members(AccountDetails)

Arguments

AccountDetails

A list of account ID and email address pairs of the accounts to associate with the Security Hub master account.

Request syntax

svc$create_members(
  AccountDetails = list(
    list(
      AccountId = "string",
      Email = "string"
    )
  )
)

Details

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.