

# HarnessSummary
<a name="API_HarnessSummary"></a>

Summary information about a harness.

## Contents
<a name="API_HarnessSummary_Contents"></a>

 ** arn **   <a name="bedrockagentcorecontrol-Type-HarnessSummary-arn"></a>
The ARN of the harness.  
Type: String  
Pattern: `arn:([^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:harness/[a-zA-Z][a-zA-Z0-9_]{0,39}-[a-zA-Z0-9]{10}`   
Required: Yes

 ** createdAt **   <a name="bedrockagentcorecontrol-Type-HarnessSummary-createdAt"></a>
The timestamp when the harness was created.  
Type: Timestamp  
Required: Yes

 ** harnessId **   <a name="bedrockagentcorecontrol-Type-HarnessSummary-harnessId"></a>
The ID of the harness.  
Type: String  
Pattern: `[a-zA-Z][a-zA-Z0-9_]{0,39}-[a-zA-Z0-9]{10}`   
Required: Yes

 ** harnessName **   <a name="bedrockagentcorecontrol-Type-HarnessSummary-harnessName"></a>
The name of the harness.  
Type: String  
Pattern: `[a-zA-Z][a-zA-Z0-9_]{0,39}`   
Required: Yes

 ** status **   <a name="bedrockagentcorecontrol-Type-HarnessSummary-status"></a>
The current status of the harness.  
Type: String  
Valid Values: `CREATING | CREATE_FAILED | UPDATING | UPDATE_FAILED | READY | DELETING | DELETE_FAILED`   
Required: Yes

 ** updatedAt **   <a name="bedrockagentcorecontrol-Type-HarnessSummary-updatedAt"></a>
The timestamp when the harness was last updated.  
Type: Timestamp  
Required: Yes

## See Also
<a name="API_HarnessSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agentcore-control-2023-06-05/HarnessSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agentcore-control-2023-06-05/HarnessSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agentcore-control-2023-06-05/HarnessSummary) 