AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::Browser

BedrockAgentCore Browser

Definition of AWS::BedrockAgentCore::Browser Resource Type. This is a read-only resource representing the default service-managed browser.

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
BrowserArnstringThe Amazon Resource Name (ARN) of the browser.
BrowserIdstringThe unique identifier of the browser.
NamestringThe name of the browser.
StatusstringThe current status of the browser.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Browser

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::Browser
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

bedrock-agentcore:GetBrowser

list

bedrock-agentcore:ListBrowsers

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties4
Required0
TaggingNot supported
Primary IDBrowserArn

Supported Operations

ReadList

External Links