AWS::BedrockAgentCore::BrowserCustomResource definition for AWS::BedrockAgentCore::BrowserCustom
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
BrowserArn | string | The ARN of a Browser resource. |
BrowserId | string | The id of the browser. |
CreatedAt | string | Timestamp when the browser was created. |
FailureReason | string | The reason for failure if the browser creation or operation failed. |
LastUpdatedAt | string | Timestamp when the browser was last updated. |
Status | string | Status of browser. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateBrowserbedrock-agentcore:GetBrowserbedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourceiam:CreateServiceLinkedRoleiam:PassRolebedrock-agentcore:GetBrowserbedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetBrowserbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourceiam:PassRolebedrock-agentcore:GetBrowserbedrock-agentcore:DeleteBrowserbedrock-agentcore:ListBrowsersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterBrowserIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionNetworkConfigurationRecordingConfigBrowserSigningExecutionRoleArn