AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::BrowserProfile

CfnBrowserProfile

Resource definition for AWS::BedrockAgentCore::BrowserProfile.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnBrowserProfileProps.

nameRequired
string

The name of the browser profile.

descriptionOptional
string

The description of the browser profile.

tagsOptional
{ [key: string]: string }

A map of tag keys and values.

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::BrowserProfile
Properties3

External Links