AuthorizerDescription constructor

AuthorizerDescription({
  1. String? authorizerArn,
  2. String? authorizerFunctionArn,
  3. String? authorizerName,
  4. DateTime? creationDate,
  5. DateTime? lastModifiedDate,
  6. bool? signingDisabled,
  7. AuthorizerStatus? status,
  8. String? tokenKeyName,
  9. Map<String, String>? tokenSigningPublicKeys,
})

Implementation

AuthorizerDescription({
  this.authorizerArn,
  this.authorizerFunctionArn,
  this.authorizerName,
  this.creationDate,
  this.lastModifiedDate,
  this.signingDisabled,
  this.status,
  this.tokenKeyName,
  this.tokenSigningPublicKeys,
});