Table of Contents

Class Authorizer

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

Base class for all custom authorizers.

public abstract class Authorizer : Resource, IAuthorizer
Inheritance
Authorizer
Implements
Derived

Constructors

Authorizer(Construct, string, IResourceProps?)

protected Authorizer(Construct scope, string id, IResourceProps? props = null)

Parameters

scope Construct
id string
props IResourceProps

Properties

AuthorizationType

The authorization type of this authorizer.

public virtual AuthorizationType? AuthorizationType { get; }

Property Value

AuthorizationType?

AuthorizerId

The authorizer ID.

public abstract string AuthorizerId { get; }

Property Value

string

Methods

IsAuthorizer(object)

Return whether the given object is an Authorizer.

public static bool IsAuthorizer(object x)

Parameters

x object

Returns

bool