Show / Hide Table of Contents

Interface IAuthorizer

Represents an Authorizer.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IAuthorizerRef.AuthorizerRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAuthorizer : IResource, IAuthorizerRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAuthorizer Inherits IResource, IAuthorizerRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

AuthorizerId

Id of the Authorizer.

Properties

AuthorizerId

Id of the Authorizer.

string AuthorizerId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX