Interface IMcpGatewayTarget
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IGatewayTarget,IGatewayTargetRef,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IMcpGatewayTarget.Jsii$Default
- All Known Implementing Classes:
GatewayTarget,IMcpGatewayTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:44.445Z")
@Stability(Stable)
public interface IMcpGatewayTarget
extends software.amazon.jsii.JsiiSerializable, IGatewayTarget
Interface for MCP gateway targets.
Extends the base gateway target interface with MCP-specific properties. MCP targets expose tools using the Model Context Protocol.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMcpGatewayTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe type of target (Lambda, OpenAPI, or Smithy).Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.services.bedrockagentcore.IGatewayTarget
getCreatedAt, getCredentialProviderConfigurations, getDescription, getGateway, getGatewayTargetName, getStatus, getStatusReasons, getTargetArn, getTargetId, getTargetProtocolType, getUpdatedAt, grant, grantManage, grantReadMethods inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IGatewayTargetRef
getGatewayTargetRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetType
The type of target (Lambda, OpenAPI, or Smithy).
-