AWS::BedrockAgentCore::BrowserCustomAgentCore 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 { CfnBrowserCustom } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnBrowserCustomConfiguration passed to the constructor as CfnBrowserCustomProps.
nameRequiredstringThe name of the custom browser.
networkConfigurationRequiredIResolvable | BrowserNetworkConfigurationPropertyThe network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.
browserSigningOptionalIResolvable | BrowserSigningPropertyBrowser signing configuration.
descriptionOptionalstringThe custom browser.
executionRoleArnOptionalstringThe Amazon Resource Name (ARN) of the execution role.
recordingConfigOptionalIResolvable | RecordingConfigPropertyTHe custom browser configuration.
tagsOptional{ [key: string]: string }The tags for the custom browser.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::BrowserCustom