interface BedrockAgentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins.CfnBotPropsMixin.BedrockAgentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslex/mixins#CfnBotPropsMixin_BedrockAgentConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotPropsMixin.BedrockAgentConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_lex.mixins.CfnBotPropsMixin.BedrockAgentConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lex » mixins » CfnBotPropsMixin » BedrockAgentConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as lex_mixins } from '@aws-cdk/mixins-preview/aws-lex';
const bedrockAgentConfigurationProperty: lex_mixins.CfnBotPropsMixin.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