HttpTargetConfiguration
The HTTP target configuration for a gateway target. Contains the configuration for HTTP-based target endpoints.
Inheritors
Types
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.