@aws-cdk_aws-apigatewayv2-alpha.HttpAuthorizerAttributes

interface HttpAuthorizerAttributes ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.HttpAuthorizerAttributes
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#HttpAuthorizerAttributes
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.HttpAuthorizerAttributes
Pythonaws_cdk.aws_apigatewayv2_alpha.HttpAuthorizerAttributes
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha ยป HttpAuthorizerAttributes

Reference to an http authorizer.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigatewayv2_alpha from '@aws-cdk/aws-apigatewayv2-alpha';
const httpAuthorizerAttributes: apigatewayv2_alpha.HttpAuthorizerAttributes = {
  authorizerId: 'authorizerId',
  authorizerType: 'authorizerType',
};

Properties

NameTypeDescription
authorizerId๐Ÿ”นstringId of the Authorizer.
authorizerType๐Ÿ”นstringType of authorizer.

authorizerId๐Ÿ”น

Type: string

Id of the Authorizer.


authorizerType๐Ÿ”น

Type: string

Type of authorizer.

Possible values are:

  • JWT - JSON Web Token Authorizer
  • CUSTOM - Lambda Authorizer
  • NONE - No Authorization