AWS AWSCloudFormation documentation change
Summary
Expanded Harness resource documentation with use cases, operational details, and attribute clarification
Security assessment
Adds general documentation about harness functionality including session isolation in microVMs, but no specific security features or vulnerability fixes are introduced.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-harness.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-harness.md index 6ea84e55d..9021e7940 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-harness.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-harness.md @@ -11 +11,5 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `AWS::BedrockAgentCore::Harness` resource Property description not available. for BedrockAgentCore. +Specifies a harness for Amazon Bedrock AgentCore. A harness is a managed agent loop that lets you define and invoke AI agents with a single API call. Specify a model, system prompt, and tools inline — the harness handles orchestration, tool execution, memory management, and response generation. Each session runs in an isolated microVM with filesystem and shell access, supporting use cases like code generation, data analysis, and deep research. + +For more information, see [Build agents with Amazon Bedrock AgentCore Harness](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness.html). + +See the **Properties** section below for descriptions of both the required and optional properties. @@ -246 +250 @@ _Required_ : No -Property description not available. +Tags to apply to the harness resource. @@ -294,0 +299,4 @@ _Required_ : No +The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. + +For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html). + @@ -345 +353 @@ The updatedAt time of the harness. -Property description not available. +The version of the harness. Incremented on every successful UpdateHarness.