interface LambdaInterceptorConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnGateway.LambdaInterceptorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGateway_LambdaInterceptorConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnGateway.LambdaInterceptorConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnGateway.LambdaInterceptorConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnGateway » LambdaInterceptorConfigurationProperty |
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 lambdaInterceptorConfigurationProperty: bedrockagentcore.CfnGateway.LambdaInterceptorConfigurationProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn | string |
arn
Type:
string

.NET
Go
Java
Python
TypeScript