AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::BrowserCustom

BedrockAgentCore BrowserCustom

Resource definition for AWS::BedrockAgentCore::BrowserCustom

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
NetworkConfiguration
BrowserNetworkConfiguration
RequiredCreate-only
BrowserSigning
BrowserSigning
Create-only
Description
string
Create-only
ExecutionRoleArn
string
Create-only
RecordingConfig
RecordingConfig
Create-only
Tags
TagsMap

Return Values

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

AttributeTypeDescription
BrowserArnstringThe ARN of a Browser resource.
BrowserIdstringThe id of the browser.
CreatedAtstringTimestamp when the browser was created.
FailureReasonstringThe reason for failure if the browser creation or operation failed.
LastUpdatedAtstringTimestamp when the browser was last updated.
StatusstringStatus of 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::BrowserCustom

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::BrowserCustom
    Properties:
      Name: "my-name"
      NetworkConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

bedrock-agentcore:CreateBrowserbedrock-agentcore:GetBrowserbedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourceiam:CreateServiceLinkedRoleiam:PassRole

read

bedrock-agentcore:GetBrowserbedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:GetBrowserbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourceiam:PassRole

delete

bedrock-agentcore:GetBrowserbedrock-agentcore:DeleteBrowser

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
Properties13
Required2
TaggingSupported
Primary IDBrowserId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameDescriptionNetworkConfigurationRecordingConfigBrowserSigningExecutionRoleArn

External Links