1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrockagentcore
  5. BrowserProfile

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
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
    Tags Dictionary<string, string>
    A map of tag keys and values.
    Description string
    Name string
    Tags map[string]string
    A map of tag keys and values.
    description String
    name String
    tags Map<String,String>
    A map of tag keys and values.
    description string
    name string
    tags {[key: string]: string}
    A map of tag keys and values.
    description str
    name str
    tags Mapping[str, str]
    A map of tag keys and values.
    description String
    name String
    tags 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:

    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastSavedAt string
    LastSavedBrowserId string
    LastSavedBrowserSessionId string
    LastUpdatedAt string
    ProfileArn string
    ProfileId string
    Status Pulumi.AwsNative.BedrockAgentCore.BrowserProfileStatus
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastSavedAt string
    LastSavedBrowserId string
    LastSavedBrowserSessionId string
    LastUpdatedAt string
    ProfileArn string
    ProfileId string
    Status BrowserProfileStatus
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    lastSavedAt String
    lastSavedBrowserId String
    lastSavedBrowserSessionId String
    lastUpdatedAt String
    profileArn String
    profileId String
    status BrowserProfileStatus
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    lastSavedAt string
    lastSavedBrowserId string
    lastSavedBrowserSessionId string
    lastUpdatedAt string
    profileArn string
    profileId string
    status BrowserProfileStatus
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    lastSavedAt String
    lastSavedBrowserId String
    lastSavedBrowserSessionId String
    lastUpdatedAt String
    profileArn String
    profileId String
    status "READY" | "DELETING" | "DELETED" | "SAVING"

    Supporting Types

    BrowserProfileStatus, BrowserProfileStatusArgs

    Ready
    READY
    Deleting
    DELETING
    Deleted
    DELETED
    Saving
    SAVING
    BrowserProfileStatusReady
    READY
    BrowserProfileStatusDeleting
    DELETING
    BrowserProfileStatusDeleted
    DELETED
    BrowserProfileStatusSaving
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.57.0
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.