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
¶
The resource parameters for this connector (for example, memoryId).
The service validates these parameters against the request path at
runtime.
source
instance-attribute
¶
source: HttpConnectorSource
The source configuration identifying which HTTP connector to use.