MemberState constructor
const
MemberState({})
Creates a new MemberState.
accountId The ID of the member AWS account.
email The email of the member AWS account.
invite Boolean whether to invite the account to Security Hub as a member. Defaults to false.
masterId The ID of the master Security Hub AWS account.
memberStatus The status of the member account relationship.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const MemberState({
this.accountId,
this.email,
this.invite,
this.masterId,
this.memberStatus,
this.region,
});