get_agent_runtime_endpoint¶
Operation¶
get_agent_runtime_endpoint
async
¶
get_agent_runtime_endpoint(input: GetAgentRuntimeEndpointInput, plugins: list[Plugin] | None = None) -> GetAgentRuntimeEndpointOutput
Gets information about an Amazon Secure AgentEndpoint.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetAgentRuntimeEndpointInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetAgentRuntimeEndpointOutput
|
An instance of |
Input¶
GetAgentRuntimeEndpointInput
dataclass
¶
Dataclass for GetAgentRuntimeEndpointInput structure.
Attributes¶
agent_runtime_id
class-attribute
instance-attribute
¶
agent_runtime_id: str | None = None
The unique identifier of the AgentCore Runtime associated with the endpoint.
endpoint_name
class-attribute
instance-attribute
¶
endpoint_name: str | None = field(repr=False, default=None)
The name of the AgentCore Runtime endpoint to retrieve.
Output¶
GetAgentRuntimeEndpointOutput
dataclass
¶
Dataclass for GetAgentRuntimeEndpointOutput structure.
Attributes¶
agent_runtime_arn
instance-attribute
¶
agent_runtime_arn: str
The Amazon Resource Name (ARN) of the AgentCore Runtime.
agent_runtime_endpoint_arn
instance-attribute
¶
agent_runtime_endpoint_arn: str
The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the AgentCore Runtime endpoint was created.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the AgentCore Runtime endpoint.
failure_reason
class-attribute
instance-attribute
¶
failure_reason: str | None = None
The reason for failure if the AgentCore Runtime endpoint is in a failed state.
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp when the AgentCore Runtime endpoint was last updated.
live_version
class-attribute
instance-attribute
¶
live_version: str | None = None
The currently deployed version of the AgentCore Runtime on the endpoint.
name
class-attribute
instance-attribute
¶
name: str = field(repr=False)
The name of the AgentCore Runtime endpoint.
status
instance-attribute
¶
status: AgentRuntimeEndpointStatus
The current status of the AgentCore Runtime endpoint.
target_version
class-attribute
instance-attribute
¶
target_version: str | None = None
The target version of the AgentCore Runtime for the endpoint.