interface IGatewayAuthorizerConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.IGatewayAuthorizerConfig |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#IGatewayAuthorizerConfig |
Java | software.amazon.awscdk.services.bedrockagentcore.IGatewayAuthorizerConfig |
Python | aws_cdk.aws_bedrockagentcore.IGatewayAuthorizerConfig |
TypeScript (source) | aws-cdk-lib » aws_bedrockagentcore » IGatewayAuthorizerConfig |
Implemented by
Custom, Iam, No
Obtainable from
Gateway.usingAwsIam(), Gateway.usingCognito(), Gateway.usingCustomJwt(), Gateway.withNoAuth()
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 (