paws.security.identity (version 0.1.0)

securityhub_invite_members: Invites other AWS accounts to enable Security Hub and become Security Hub member accounts

Description

Invites other AWS accounts to enable Security Hub and become Security Hub member accounts. When an account accepts the invitation and becomes a member account, the master account can view Security Hub findings of the member account.

Usage

securityhub_invite_members(AccountIds)

Arguments

AccountIds

A list of IDs of the AWS accounts that you want to invite to Security Hub as members.

Request syntax

svc$invite_members(
  AccountIds = list(
    "string"
  )
)