AWS::BedrockAgentCore::BrowserDefinition of AWS::BedrockAgentCore::Browser Resource Type. This is a read-only resource representing the default service-managed browser.
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
BrowserArn | string | The Amazon Resource Name (ARN) of the browser. |
BrowserId | string | The unique identifier of the browser. |
Name | string | The name of the browser. |
Status | string | The current status of the browser. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Browser
Resources:
MyResource:
Type: AWS::BedrockAgentCore::Browser
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:GetBrowserbedrock-agentcore:ListBrowsersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterBrowserArn