interface BedrockAgentConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.BedrockAgentConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_BedrockAgentConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.BedrockAgentConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.BedrockAgentConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » 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/cfn-property-mixins';
const bedrockAgentConfigurationProperty: lex.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