Skip to content

Bedrock AgentCore Control  >  Structures  >  HttpConnectorTargetConfiguration

HttpConnectorTargetConfiguration

Structure Class

HttpConnectorTargetConfiguration dataclass

The configuration for an HTTP connector target. Use this configuration when you want to route HTTP requests through a managed connector.

Attributes

parameters class-attribute instance-attribute
parameters: dict[str, str] | None = None

The resource parameters for this connector (for example, memoryId). The service validates these parameters against the request path at runtime.

source instance-attribute

The source configuration identifying which HTTP connector to use.