Interface CfnBotPropsMixin.BedrockAgentConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBotPropsMixin.BedrockAgentConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnBotPropsMixin

@Stability(Stable) public static interface CfnBotPropsMixin.BedrockAgentConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.lex.mixins.*;
 BedrockAgentConfigurationProperty bedrockAgentConfigurationProperty = BedrockAgentConfigurationProperty.builder()
         .bedrockAgentAliasId("bedrockAgentAliasId")
         .bedrockAgentId("bedrockAgentId")
         .build();
 

See Also: