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
AuthorizerId
The authorizer ID.
string AuthorizerId { get; }
Property Value
Remarks
Attribute: true