class IamAuthorizer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.IamAuthorizer |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#IamAuthorizer |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.IamAuthorizer |
Python | aws_cdk.aws_bedrock_agentcore_alpha.IamAuthorizer |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » IamAuthorizer |
Implements
IGateway
AWS IAM 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 iamAuthorizer = new bedrock_agentcore_alpha.IamAuthorizer();
Initializer
new IamAuthorizer()
Properties
| Name | Type | Description |
|---|---|---|
| authorizer | Gateway | The authorizer type. |
authorizerType
Type:
Gateway
The authorizer type.

.NET
Go
Java
Python
TypeScript (