HttpTargetConfiguration¶
Union Type¶
HttpTargetConfiguration
module-attribute
¶
HttpTargetConfiguration = Union[HttpTargetConfigurationAgentcoreRuntime | HttpTargetConfigurationPassthrough | HttpTargetConfigurationConnector | HttpTargetConfigurationUnknown]
The HTTP target configuration for a gateway target. Contains the configuration for HTTP-based target endpoints.
Union Member Types¶
HttpTargetConfigurationAgentcoreRuntime
dataclass
¶
The AgentCore Runtime target configuration for HTTP-based communication with an agent runtime.
Attributes¶
HttpTargetConfigurationPassthrough
dataclass
¶
The passthrough configuration for the HTTP target. A passthrough target forwards requests directly to an external HTTP endpoint.