TargetConfiguration¶
Union Type¶
TargetConfiguration
module-attribute
¶
TargetConfiguration = Union[TargetConfigurationMcp | TargetConfigurationHttp | TargetConfigurationInference | TargetConfigurationUnknown]
The configuration for a gateway target. This structure defines how the gateway connects to and interacts with the target endpoint.
Union Member Types¶
TargetConfigurationMcp
dataclass
¶
The Model Context Protocol (MCP) configuration for the target. This configuration defines how the gateway uses MCP to communicate with the target.
Attributes¶
TargetConfigurationHttp
dataclass
¶
The HTTP target configuration. Use this to route gateway requests to an HTTP-based endpoint such as an AgentCore Runtime.