Skip to content

Bedrock Agentcore Control  >  Unions  >  TargetConfiguration

TargetConfiguration

Union Type

TargetConfiguration module-attribute

The configuration for a gateway target. This structure defines how the gateway connects to and interacts with the target endpoint.

Union Member Types

TargetConfigurationMcp dataclass

The Model Context Protocol (MCP) configuration for the target. This configuration defines how the gateway uses MCP to communicate with the target.

Attributes

value instance-attribute

TargetConfigurationHttp dataclass

The HTTP target configuration. Use this to route gateway requests to an HTTP-based endpoint such as an AgentCore Runtime.

Attributes

value instance-attribute

TargetConfigurationInference dataclass

The inference configuration for the target. This configuration routes requests to a large language model (LLM) provider.

Attributes

value instance-attribute

TargetConfigurationUnknown 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