We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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 dictionarydata "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.
- 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
Pulumi.
Aws Native. Bedrock Agent Core. Harness Endpoint Status -
List<Pulumi.
Aws Native. Outputs. Tag> - 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.
- 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
Harness
Endpoint Status - Tag
- 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.
- 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"
- 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.
- 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
Harness
Endpoint Status - List<Tag>
- 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.
- 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
Harness
Endpoint Status - Tag[]
- Tags to apply to the harness endpoint resource.
- updated
At 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
Harness
Endpoint Status - 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.
- 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"
- List<Property Map>
- Tags to apply to the harness endpoint resource.
- updated
At String - The timestamp when the endpoint was last updated.
Supporting Types
HarnessEndpointStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi