This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::BrowserProfile
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.
See the Properties section below for descriptions of both the required and optional properties.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::BedrockAgentCore::BrowserProfile", "Properties" : { "Description" :String, "Name" :String, "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::BedrockAgentCore::BrowserProfile Properties: Description:StringName:StringTags:Key:Value
Properties
Description-
The description of the browser profile.
Required: No
Type: String
Update requires: Replacement
Name-
The name of the browser profile.
Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_]{0,47}$Update requires: Replacement
-
The tags for the browser profile.
Required: No
Type: Object of String
Pattern:
^[a-zA-Z0-9\s._:/=+@-]*$Minimum:
0Maximum:
256Update requires: No interruption
Return values
Ref
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.
Fn::GetAtt
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.
CreatedAt-
The timestamp when the browser profile was created.
LastSavedAt-
The timestamp when browser session data was last saved to this profile.
LastSavedBrowserId-
The identifier of the browser from which data was last saved to this profile.
LastSavedBrowserSessionId-
The identifier of the browser session from which data was last saved to this profile.
LastUpdatedAt-
The timestamp when the browser profile was last updated.
ProfileArn-
The Amazon Resource Name (ARN) of the browser profile.
ProfileId-
The unique identifier of the browser profile.
Status-
The current status of the browser profile.