AWS::BedrockAgentCore::BrowserProfileResource definition for AWS::BedrockAgentCore::BrowserProfile
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | Create-only |
Tags | TagsMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
LastSavedAt | string | - |
LastSavedBrowserId | string | - |
LastSavedBrowserSessionId | string | - |
LastUpdatedAt | string | - |
ProfileArn | string | - |
ProfileId | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::BrowserProfile
Resources:
MyResource:
Type: AWS::BedrockAgentCore::BrowserProfile
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateBrowserProfilebedrock-agentcore:GetBrowserProfilebedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetBrowserProfilebedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetBrowserProfilebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetBrowserProfilebedrock-agentcore:DeleteBrowserProfilebedrock-agentcore:ListBrowserProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProfileIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescription