RuntimeTargetConfiguration¶
Structure Class¶
RuntimeTargetConfiguration
dataclass
¶
Configuration for an AgentCore Runtime target. Specifies the agent runtime to route requests to via HTTP.
Attributes¶
arn
instance-attribute
¶
arn: str
The Amazon Resource Name (ARN) of the AgentCore Runtime to route requests to.
qualifier
class-attribute
instance-attribute
¶
qualifier: str | None = None
The qualifier for the agent runtime, used to target a specific endpoint version. If not specified, the default endpoint is used.
schema
class-attribute
instance-attribute
¶
schema: HttpApiSchemaConfiguration | None = None
The API schema configuration that defines the structure of the runtime target's API.