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
The AWS::BedrockAgentCore::BrowserProfile resource Property description not available. for BedrockAgentCore.
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
Property description not available.
Required: No
Type: Object of String
Pattern:
^[a-zA-Z0-9\s._:/=+@-]*$Minimum:
0Maximum:
256Update requires: No interruption
Return values
Ref
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. Possible values include READY, SAVING, DELETING, and DELETED.