UpdateAuthorizerResponse constructor

UpdateAuthorizerResponse({
  1. String? authorizerCredentialsArn,
  2. String? authorizerId,
  3. String? authorizerPayloadFormatVersion,
  4. int? authorizerResultTtlInSeconds,
  5. AuthorizerType? authorizerType,
  6. String? authorizerUri,
  7. bool? enableSimpleResponses,
  8. List<String>? identitySource,
  9. String? identityValidationExpression,
  10. JWTConfiguration? jwtConfiguration,
  11. String? name,
})

Implementation

UpdateAuthorizerResponse({
  this.authorizerCredentialsArn,
  this.authorizerId,
  this.authorizerPayloadFormatVersion,
  this.authorizerResultTtlInSeconds,
  this.authorizerType,
  this.authorizerUri,
  this.enableSimpleResponses,
  this.identitySource,
  this.identityValidationExpression,
  this.jwtConfiguration,
  this.name,
});