1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. getHarnessEndpoint

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource Type definition for AWS::BedrockAgentCore::HarnessEndpoint - a named, stable reference to a specific version of a Harness that callers invoke, allowing the underlying version to be updated without changing how the agent is invoked.

    Using getHarnessEndpoint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHarnessEndpoint(args: GetHarnessEndpointArgs, opts?: InvokeOptions): Promise<GetHarnessEndpointResult>
    function getHarnessEndpointOutput(args: GetHarnessEndpointOutputArgs, opts?: InvokeOptions): Output<GetHarnessEndpointResult>
    def get_harness_endpoint(arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetHarnessEndpointResult
    def get_harness_endpoint_output(arn: pulumi.Input[Optional[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetHarnessEndpointResult]
    func LookupHarnessEndpoint(ctx *Context, args *LookupHarnessEndpointArgs, opts ...InvokeOption) (*LookupHarnessEndpointResult, error)
    func LookupHarnessEndpointOutput(ctx *Context, args *LookupHarnessEndpointOutputArgs, opts ...InvokeOption) LookupHarnessEndpointResultOutput

    > Note: This function is named LookupHarnessEndpoint in the Go SDK.

    public static class GetHarnessEndpoint 
    {
        public static Task<GetHarnessEndpointResult> InvokeAsync(GetHarnessEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetHarnessEndpointResult> Invoke(GetHarnessEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHarnessEndpointResult> getHarnessEndpoint(GetHarnessEndpointArgs args, InvokeOptions options)
    public static Output<GetHarnessEndpointResult> getHarnessEndpoint(GetHarnessEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrockagentcore:getHarnessEndpoint
      arguments:
        # arguments dictionary
    data "aws-native_bedrockagentcore_get_harness_endpoint" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the endpoint.
    Arn string
    The Amazon Resource Name (ARN) of the endpoint.
    arn string
    The Amazon Resource Name (ARN) of the endpoint.
    arn String
    The Amazon Resource Name (ARN) of the endpoint.
    arn string
    The Amazon Resource Name (ARN) of the endpoint.
    arn str
    The Amazon Resource Name (ARN) of the endpoint.
    arn String
    The Amazon Resource Name (ARN) of the endpoint.

    getHarnessEndpoint Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the endpoint.
    CreatedAt string
    The timestamp when the endpoint was created.
    Description string
    The description of the endpoint.
    HarnessName string
    The name of the harness that the endpoint belongs to.
    LiveVersion string
    The harness version that the endpoint is currently serving.
    Status Pulumi.AwsNative.BedrockAgentCore.HarnessEndpointStatus
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to apply to the harness endpoint resource.
    UpdatedAt string
    The timestamp when the endpoint was last updated.
    Arn string
    The Amazon Resource Name (ARN) of the endpoint.
    CreatedAt string
    The timestamp when the endpoint was created.
    Description string
    The description of the endpoint.
    HarnessName string
    The name of the harness that the endpoint belongs to.
    LiveVersion string
    The harness version that the endpoint is currently serving.
    Status HarnessEndpointStatus
    Tags Tag
    Tags to apply to the harness endpoint resource.
    UpdatedAt string
    The timestamp when the endpoint was last updated.
    arn string
    The Amazon Resource Name (ARN) of the endpoint.
    created_at string
    The timestamp when the endpoint was created.
    description string
    The description of the endpoint.
    harness_name string
    The name of the harness that the endpoint belongs to.
    live_version string
    The harness version that the endpoint is currently serving.
    status "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED"
    tags list(object)
    Tags to apply to the harness endpoint resource.
    updated_at string
    The timestamp when the endpoint was last updated.
    arn String
    The Amazon Resource Name (ARN) of the endpoint.
    createdAt String
    The timestamp when the endpoint was created.
    description String
    The description of the endpoint.
    harnessName String
    The name of the harness that the endpoint belongs to.
    liveVersion String
    The harness version that the endpoint is currently serving.
    status HarnessEndpointStatus
    tags List<Tag>
    Tags to apply to the harness endpoint resource.
    updatedAt String
    The timestamp when the endpoint was last updated.
    arn string
    The Amazon Resource Name (ARN) of the endpoint.
    createdAt string
    The timestamp when the endpoint was created.
    description string
    The description of the endpoint.
    harnessName string
    The name of the harness that the endpoint belongs to.
    liveVersion string
    The harness version that the endpoint is currently serving.
    status HarnessEndpointStatus
    tags Tag[]
    Tags to apply to the harness endpoint resource.
    updatedAt string
    The timestamp when the endpoint was last updated.
    arn str
    The Amazon Resource Name (ARN) of the endpoint.
    created_at str
    The timestamp when the endpoint was created.
    description str
    The description of the endpoint.
    harness_name str
    The name of the harness that the endpoint belongs to.
    live_version str
    The harness version that the endpoint is currently serving.
    status HarnessEndpointStatus
    tags Sequence[root_Tag]
    Tags to apply to the harness endpoint resource.
    updated_at str
    The timestamp when the endpoint was last updated.
    arn String
    The Amazon Resource Name (ARN) of the endpoint.
    createdAt String
    The timestamp when the endpoint was created.
    description String
    The description of the endpoint.
    harnessName String
    The name of the harness that the endpoint belongs to.
    liveVersion String
    The harness version that the endpoint is currently serving.
    status "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED"
    tags List<Property Map>
    Tags to apply to the harness endpoint resource.
    updatedAt String
    The timestamp when the endpoint was last updated.

    Supporting Types

    HarnessEndpointStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial