Action constructor
Action({
- required ActionTypeEnum type,
- AuthenticateCognitoActionConfig? authenticateCognitoConfig,
- AuthenticateOidcActionConfig? authenticateOidcConfig,
- FixedResponseActionConfig? fixedResponseConfig,
- ForwardActionConfig? forwardConfig,
- int? order,
- RedirectActionConfig? redirectConfig,
- String? targetGroupArn,
Implementation
Action({
required this.type,
this.authenticateCognitoConfig,
this.authenticateOidcConfig,
this.fixedResponseConfig,
this.forwardConfig,
this.order,
this.redirectConfig,
this.targetGroupArn,
});