class IamAuthorizer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.IamAuthorizer |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#IamAuthorizer |
Java | software.amazon.awscdk.services.bedrockagentcore.IamAuthorizer |
Python | aws_cdk.aws_bedrockagentcore.IamAuthorizer |
TypeScript (source) | aws-cdk-lib » aws_bedrockagentcore » 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 { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const iamAuthorizer = new bedrockagentcore.IamAuthorizer();
Initializer
new IamAuthorizer()
Properties
| Name | Type | Description |
|---|---|---|
| authorizer | Gateway | The authorizer type. |
authorizerType
Type:
Gateway
The authorizer type.

.NET
Go
Java
Python
TypeScript (