Passthrough
The passthrough configuration for the HTTP target. A passthrough target forwards requests directly to an external HTTP endpoint.
Inherited functions
Casts this HttpTargetConfiguration as a AgentcoreRuntime and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.RuntimeTargetConfiguration value. Throws an exception if the HttpTargetConfiguration is not a AgentcoreRuntime.
Casts this HttpTargetConfiguration as a AgentcoreRuntime and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.RuntimeTargetConfiguration value. Returns null if the HttpTargetConfiguration is not a AgentcoreRuntime.
Casts this HttpTargetConfiguration as a Passthrough and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.PassthroughTargetConfiguration value. Throws an exception if the HttpTargetConfiguration is not a Passthrough.
Casts this HttpTargetConfiguration as a Passthrough and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.PassthroughTargetConfiguration value. Returns null if the HttpTargetConfiguration is not a Passthrough.