Creates member Security Hub accounts in the current AWS account (which becomes the master Security Hub account) that has Security Hub enabled.
securityhub_create_members(AccountDetails)A list of account ID and email address pairs of the accounts that you want to associate with the master Security Hub account.
svc$create_members(
AccountDetails = list(
list(
AccountId = "string",
Email = "string"
)
)
)