Interface IAuthorizer
Represents an Authorizer.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAuthorizer : IResource
Syntax (vb)
Public Interface IAuthorizer
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
AuthorizerId | Id of the Authorizer. |
Properties
AuthorizerId
Id of the Authorizer.
string AuthorizerId { get; }
Property Value
System.String
Remarks
Attribute: true