Interface IHttpAuthorizerAttributes
Reference to an http authorizer.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttpAuthorizerAttributes
Syntax (vb)
Public Interface IHttpAuthorizerAttributes
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Apigatewayv2;
var httpAuthorizerAttributes = new HttpAuthorizerAttributes {
AuthorizerId = "authorizerId",
AuthorizerType = "authorizerType"
};
Synopsis
Properties
AuthorizerId | Id of the Authorizer. |
AuthorizerType | Type of authorizer. |
Properties
AuthorizerId
Id of the Authorizer.
string AuthorizerId { get; }
Property Value
System.String
AuthorizerType
Type of authorizer.
string AuthorizerType { get; }
Property Value
System.String
Remarks
Possible values are: