Interface ITargetConfiguration

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ITargetConfiguration.Jsii$Default
All Known Implementing Classes:
ApiGatewayTargetConfiguration, ITargetConfiguration.Jsii$Proxy, LambdaTargetConfiguration, McpServerTargetConfiguration, McpTargetConfiguration, OpenApiTargetConfiguration, SmithyTargetConfiguration

@Generated(value="jsii-pacmak/1.129.0 (build eaca441)", date="2026-05-19T08:18:44.448Z") @Stability(Stable) public interface ITargetConfiguration extends software.amazon.jsii.JsiiSerializable
Base interface for target configurations.
  • Method Details

    • getTargetType

      @Stability(Stable) @NotNull McpTargetType getTargetType()
      The target type.
    • bind

      @Stability(Stable) @NotNull TargetConfigurationConfig bind(@NotNull software.constructs.Construct scope, @NotNull IGateway gateway)
      Binds the configuration to a construct scope Sets up permissions and dependencies.

      Parameters:
      scope - This parameter is required.
      gateway - This parameter is required.