Skip to content

Bedrock Agentcore Control  >  Unions  >  HttpTargetConfiguration

HttpTargetConfiguration

Union Type

HttpTargetConfiguration module-attribute

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

value instance-attribute

HttpTargetConfigurationPassthrough dataclass

The passthrough configuration for the HTTP target. A passthrough target forwards requests directly to an external HTTP endpoint.

Attributes

value instance-attribute

HttpTargetConfigurationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str