interface BedrockAgentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBot.BedrockAgentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_BedrockAgentConfigurationProperty |
Java | software.amazon.awscdk.services.lex.CfnBot.BedrockAgentConfigurationProperty |
Python | aws_cdk.aws_lex.CfnBot.BedrockAgentConfigurationProperty |
TypeScript | aws-cdk-lib » aws_lex » CfnBot » BedrockAgentConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const bedrockAgentConfigurationProperty: lex.CfnBot.BedrockAgentConfigurationProperty = {
bedrockAgentAliasId: 'bedrockAgentAliasId',
bedrockAgentId: 'bedrockAgentId',
};
Properties
| Name | Type | Description |
|---|---|---|
| bedrock | string | |
| bedrock | string |
bedrockAgentAliasId?
Type:
string
(optional)
bedrockAgentId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript