Action constructor

Action({
  1. required ActionTypeEnum type,
  2. AuthenticateCognitoActionConfig? authenticateCognitoConfig,
  3. AuthenticateOidcActionConfig? authenticateOidcConfig,
  4. FixedResponseActionConfig? fixedResponseConfig,
  5. ForwardActionConfig? forwardConfig,
  6. int? order,
  7. RedirectActionConfig? redirectConfig,
  8. String? targetGroupArn,
})

Implementation

Action({
  required this.type,
  this.authenticateCognitoConfig,
  this.authenticateOidcConfig,
  this.fixedResponseConfig,
  this.forwardConfig,
  this.order,
  this.redirectConfig,
  this.targetGroupArn,
});