class CustomJwtAuthorizer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.CustomJwtAuthorizer |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#CustomJwtAuthorizer |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.CustomJwtAuthorizer |
Python | aws_cdk.aws_bedrock_agentcore_alpha.CustomJwtAuthorizer |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » CustomJwtAuthorizer |
Implements
IGateway
Custom JWT authorizer configuration implementation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';
const customJwtAuthorizer = new bedrock_agentcore_alpha.CustomJwtAuthorizer({
discoveryUrl: 'discoveryUrl',
// the properties below are optional
allowedAudience: ['allowedAudience'],
allowedClients: ['allowedClients'],
});
Initializer
new CustomJwtAuthorizer(config: CustomJwtConfiguration)
Parameters
- config
CustomJwt Configuration
Properties
| Name | Type | Description |
|---|---|---|
| authorizer | Gateway | The authorizer type. |
authorizerType
Type:
Gateway
The authorizer type.

.NET
Go
Java
Python
TypeScript (