AWS AWSCloudFormation documentation change
Summary
Added detailed documentation for BrowserProfile resource including purpose, example ARN format, tags description, status field simplification, and usage of Ref/GetAtt functions.
Security assessment
The change documents persistent storage of authenticated session data (cookies, local storage) which relates to security practices for session management. However, there is no indication of addressing a specific vulnerability or incident.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-browserprofile.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-browserprofile.md index 9e17cc28d..89492fb09 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-browserprofile.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-browserprofile.md @@ -9 +9,5 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `AWS::BedrockAgentCore::BrowserProfile` resource Property description not available. for BedrockAgentCore. +Specifies a browser profile for Amazon Bedrock AgentCore. A browser profile stores persistent browser session data, including cookies, local storage, session storage, and browsing history, enabling AI agents to maintain authenticated sessions and reuse browser state across multiple browser sessions. + +For more information, see [Manage browser profiles in Amazon Bedrock AgentCore](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser-profiles.html). + +See the **Properties** section below for descriptions of both the required and optional properties. @@ -68 +72 @@ _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/ -Property description not available. +The tags for the browser profile. @@ -85,0 +90,6 @@ _Minimum_ : `0` +When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the ARN of the browser profile. For example: + +`arn:aws:bedrock-agentcore:us-east-1:123456789012:browser-profile/MyBrowserProfile-a1b2c3d4e5` + +For more information about using the `Ref` function, see [`Ref`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html). + @@ -87,0 +98,4 @@ _Minimum_ : `0` +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). + @@ -128 +142 @@ The unique identifier of the browser profile. -The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED. +The current status of the browser profile.