Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.ITargetConfiguration
Packages that use ITargetConfiguration
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ITargetConfiguration in software.amazon.awscdk.services.bedrockagentcore
Subinterfaces of ITargetConfiguration in software.amazon.awscdk.services.bedrockagentcoreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITargetConfiguration.Classes in software.amazon.awscdk.services.bedrockagentcore that implement ITargetConfigurationModifier and TypeClassDescriptionclassConfiguration for API Gateway-based MCP targets.static final classA proxy class which represents a concrete javascript instance of this type.classConfiguration for Lambda-based MCP targets.classConfiguration for MCP Server-based targets.classAbstract base class for MCP target configurations Provides common functionality for all MCP target types.classConfiguration for OpenAPI-based MCP targets.classConfiguration for Smithy-based MCP targets.Methods in software.amazon.awscdk.services.bedrockagentcore that return ITargetConfigurationModifier and TypeMethodDescriptionGatewayTargetProps.getTargetConfiguration()The target configuration (Lambda, OpenAPI, or Smithy) Use one of the configuration helper classes: - LambdaTargetConfiguration.create() - OpenApiTargetConfiguration.create() - SmithyTargetConfiguration.create().final ITargetConfigurationGatewayTargetProps.Jsii$Proxy.getTargetConfiguration()Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ITargetConfigurationModifier and TypeMethodDescriptionGatewayTarget.Builder.targetConfiguration(ITargetConfiguration targetConfiguration) The target configuration (Lambda, OpenAPI, or Smithy) Use one of the configuration helper classes: - LambdaTargetConfiguration.create() - OpenApiTargetConfiguration.create() - SmithyTargetConfiguration.create().GatewayTargetProps.Builder.targetConfiguration(ITargetConfiguration targetConfiguration) Sets the value ofGatewayTargetProps.getTargetConfiguration()