AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::BrowserCustom

CfnBrowserCustom

AgentCore Browser tool provides a fast, secure, cloud-based browser runtime to enable AI agents to interact with websites at scale. For more information about using the custom browser, see [Interact with web applications using Amazon Bedrock AgentCore Browser](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/browser-tool.html) . See the *Properties* section below for descriptions of both the required and optional properties.

Import

import { CfnBrowserCustom } from 'aws-cdk-lib/aws-bedrockagentcore';

Or use the module namespace:

import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnBrowserCustom

Properties

Configuration passed to the constructor as CfnBrowserCustomProps.

nameRequired
string

The name of the custom browser.

networkConfigurationRequired
IResolvable | BrowserNetworkConfigurationProperty

The network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.

browserSigningOptional
IResolvable | BrowserSigningProperty

Browser signing configuration.

descriptionOptional
string

The custom browser.

executionRoleArnOptional
string

The Amazon Resource Name (ARN) of the execution role.

recordingConfigOptional
IResolvable | RecordingConfigProperty

THe custom browser configuration.

tagsOptional
{ [key: string]: string }

The tags for the custom browser.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-bedrockagentcore
CFN TypeAWS::BedrockAgentCore::BrowserCustom
Properties7

External Links