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
Constructid
stringprops
IResourceProps
Properties
AuthorizationType
The authorization type of this authorizer.
public virtual AuthorizationType? AuthorizationType { get; }
Property Value
AuthorizerId
The authorizer ID.
public abstract string AuthorizerId { get; }
Property Value
Methods
IsAuthorizer(object)
Return whether the given object is an Authorizer.
public static bool IsAuthorizer(object x)
Parameters
x
object