Authorizer constructor
Authorizer({
- required String name,
- String? authorizerCredentialsArn,
- String? authorizerId,
- String? authorizerPayloadFormatVersion,
- int? authorizerResultTtlInSeconds,
- AuthorizerType? authorizerType,
- String? authorizerUri,
- bool? enableSimpleResponses,
- List<
String> ? identitySource, - String? identityValidationExpression,
- JWTConfiguration? jwtConfiguration,
Implementation
Authorizer({
required this.name,
this.authorizerCredentialsArn,
this.authorizerId,
this.authorizerPayloadFormatVersion,
this.authorizerResultTtlInSeconds,
this.authorizerType,
this.authorizerUri,
this.enableSimpleResponses,
this.identitySource,
this.identityValidationExpression,
this.jwtConfiguration,
});