We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource definition for AWS::BedrockAgentCore::BrowserProfile
Create BrowserProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BrowserProfile(name: string, args?: BrowserProfileArgs, opts?: CustomResourceOptions);@overload
def BrowserProfile(resource_name: str,
args: Optional[BrowserProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def BrowserProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)func NewBrowserProfile(ctx *Context, name string, args *BrowserProfileArgs, opts ...ResourceOption) (*BrowserProfile, error)public BrowserProfile(string name, BrowserProfileArgs? args = null, CustomResourceOptions? opts = null)
public BrowserProfile(String name, BrowserProfileArgs args)
public BrowserProfile(String name, BrowserProfileArgs args, CustomResourceOptions options)
type: aws-native:bedrockagentcore:BrowserProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BrowserProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BrowserProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BrowserProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BrowserProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BrowserProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
BrowserProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BrowserProfile resource accepts the following input properties:
- Description string
- Name string
- Dictionary<string, string>
- A map of tag keys and values.
- Description string
- Name string
- map[string]string
- A map of tag keys and values.
- description String
- name String
- Map<String,String>
- A map of tag keys and values.
- description string
- name string
- {[key: string]: string}
- A map of tag keys and values.
- description str
- name str
- Mapping[str, str]
- A map of tag keys and values.
- description String
- name String
- Map<String>
- A map of tag keys and values.
Outputs
All input properties are implicitly available as output properties. Additionally, the BrowserProfile resource produces the following output properties:
- Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Saved stringAt - Last
Saved stringBrowser Id - Last
Saved stringBrowser Session Id - Last
Updated stringAt - Profile
Arn string - Profile
Id string - Status
Pulumi.
Aws Native. Bedrock Agent Core. Browser Profile Status
- Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Saved stringAt - Last
Saved stringBrowser Id - Last
Saved stringBrowser Session Id - Last
Updated stringAt - Profile
Arn string - Profile
Id string - Status
Browser
Profile Status
- created
At String - id String
- The provider-assigned unique ID for this managed resource.
- last
Saved StringAt - last
Saved StringBrowser Id - last
Saved StringBrowser Session Id - last
Updated StringAt - profile
Arn String - profile
Id String - status
Browser
Profile Status
- created
At string - id string
- The provider-assigned unique ID for this managed resource.
- last
Saved stringAt - last
Saved stringBrowser Id - last
Saved stringBrowser Session Id - last
Updated stringAt - profile
Arn string - profile
Id string - status
Browser
Profile Status
- created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- last_
saved_ strat - last_
saved_ strbrowser_ id - last_
saved_ strbrowser_ session_ id - last_
updated_ strat - profile_
arn str - profile_
id str - status
Browser
Profile Status
- created
At String - id String
- The provider-assigned unique ID for this managed resource.
- last
Saved StringAt - last
Saved StringBrowser Id - last
Saved StringBrowser Session Id - last
Updated StringAt - profile
Arn String - profile
Id String - status "READY" | "DELETING" | "DELETED" | "SAVING"
Supporting Types
BrowserProfileStatus, BrowserProfileStatusArgs
- Ready
READY- Deleting
DELETING- Deleted
DELETED- Saving
SAVING
- Browser
Profile Status Ready READY- Browser
Profile Status Deleting DELETING- Browser
Profile Status Deleted DELETED- Browser
Profile Status Saving SAVING
- Ready
READY- Deleting
DELETING- Deleted
DELETED- Saving
SAVING
- Ready
READY- Deleting
DELETING- Deleted
DELETED- Saving
SAVING
- READY
READY- DELETING
DELETING- DELETED
DELETED- SAVING
SAVING
- "READY"
READY- "DELETING"
DELETING- "DELETED"
DELETED- "SAVING"
SAVING
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
