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.130.0 (build 048a5ee)",
date="2026-05-20T12:39:41.813Z")
@Stability(Stable)
public interface ITargetConfiguration
extends software.amazon.jsii.JsiiSerializable
Base interface for target configurations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITargetConfiguration.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionBinds the configuration to a construct scope Sets up permissions and dependencies.The target type.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.
-