Table of Contents

Interface IAuthorizer

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

Represents an API Gateway authorizer.

public interface IAuthorizer

Properties

AuthorizationType

The authorization type of this authorizer.

AuthorizationType? AuthorizationType { get; }

Property Value

AuthorizationType?

AuthorizerId

The authorizer ID.

string AuthorizerId { get; }

Property Value

string

Remarks

Attribute: true