interface IGatewayAuthorizerConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.IGatewayAuthorizerConfig |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#IGatewayAuthorizerConfig |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.IGatewayAuthorizerConfig |
Python | aws_cdk.aws_bedrock_agentcore_alpha.IGatewayAuthorizerConfig |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » IGatewayAuthorizerConfig |
Implemented by
Custom, Iam
Obtainable from
Gateway.usingAwsIam(), Gateway.usingCognito(), Gateway.usingCustomJwt()
Abstract interface for gateway authorizer configuration.
Properties
| Name | Type | Description |
|---|---|---|
| authorizer | Gateway | The authorizer type. |
authorizerType
Type:
Gateway
The authorizer type.

.NET
Go
Java
Python
TypeScript (