Skip to content

Bedrock Agentcore Control  >  Operations  >  get_harness_endpoint

get_harness_endpoint

Operation

get_harness_endpoint async

get_harness_endpoint(input: GetHarnessEndpointInput, plugins: list[Plugin] | None = None) -> GetHarnessEndpointOutput

Operation to get a single harness endpoint.

Parameters:

Name Type Description Default
input GetHarnessEndpointInput

An instance of GetHarnessEndpointInput.

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
GetHarnessEndpointOutput

An instance of GetHarnessEndpointOutput.

Input

GetHarnessEndpointInput dataclass

Dataclass for GetHarnessEndpointInput structure.

Attributes

endpoint_name class-attribute instance-attribute
endpoint_name: str | None = None

The name of the endpoint to retrieve.

harness_id class-attribute instance-attribute
harness_id: str | None = None

The ID of the harness that the endpoint belongs to.

Output

GetHarnessEndpointOutput dataclass

Dataclass for GetHarnessEndpointOutput structure.

Attributes

endpoint instance-attribute
endpoint: HarnessEndpoint

The endpoint resource.