InviteAccepterState constructor

const InviteAccepterState({
  1. Input<String?>? invitationId,
  2. Input<String?>? masterId,
  3. Input<String?>? region,
})

Creates a new InviteAccepterState. invitationId The ID of the invitation. masterId The account ID of the master Security Hub account whose invitation you're accepting. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const InviteAccepterState({
  this.invitationId,
  this.masterId,
  this.region,
});