paws.security.identity (version 0.1.0)

securityhub_create_members: Creates member Security Hub accounts in the current AWS account (which becomes the master Security Hub account) that has Security Hub enabled

Description

Creates member Security Hub accounts in the current AWS account (which becomes the master Security Hub account) that has Security Hub enabled.

Usage

securityhub_create_members(AccountDetails)

Arguments

AccountDetails

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

Request syntax

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