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

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

    Using getBrowserProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getBrowserProfile(args: GetBrowserProfileArgs, opts?: InvokeOptions): Promise<GetBrowserProfileResult>
    function getBrowserProfileOutput(args: GetBrowserProfileOutputArgs, opts?: InvokeOptions): Output<GetBrowserProfileResult>
    def get_browser_profile(profile_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBrowserProfileResult
    def get_browser_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBrowserProfileResult]
    func LookupBrowserProfile(ctx *Context, args *LookupBrowserProfileArgs, opts ...InvokeOption) (*LookupBrowserProfileResult, error)
    func LookupBrowserProfileOutput(ctx *Context, args *LookupBrowserProfileOutputArgs, opts ...InvokeOption) LookupBrowserProfileResultOutput

    > Note: This function is named LookupBrowserProfile in the Go SDK.

    public static class GetBrowserProfile 
    {
        public static Task<GetBrowserProfileResult> InvokeAsync(GetBrowserProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetBrowserProfileResult> Invoke(GetBrowserProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBrowserProfileResult> getBrowserProfile(GetBrowserProfileArgs args, InvokeOptions options)
    public static Output<GetBrowserProfileResult> getBrowserProfile(GetBrowserProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrockagentcore:getBrowserProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProfileId string
    ProfileId string
    profileId String
    profileId string
    profileId String

    getBrowserProfile Result

    The following output properties are available:

    CreatedAt string
    LastSavedAt string
    LastSavedBrowserId string
    LastSavedBrowserSessionId string
    LastUpdatedAt string
    ProfileArn string
    ProfileId string
    Status Pulumi.AwsNative.BedrockAgentCore.BrowserProfileStatus
    Tags Dictionary<string, string>
    A map of tag keys and values.
    CreatedAt string
    LastSavedAt string
    LastSavedBrowserId string
    LastSavedBrowserSessionId string
    LastUpdatedAt string
    ProfileArn string
    ProfileId string
    Status BrowserProfileStatus
    Tags map[string]string
    A map of tag keys and values.
    createdAt String
    lastSavedAt String
    lastSavedBrowserId String
    lastSavedBrowserSessionId String
    lastUpdatedAt String
    profileArn String
    profileId String
    status BrowserProfileStatus
    tags Map<String,String>
    A map of tag keys and values.
    createdAt string
    lastSavedAt string
    lastSavedBrowserId string
    lastSavedBrowserSessionId string
    lastUpdatedAt string
    profileArn string
    profileId string
    status BrowserProfileStatus
    tags {[key: string]: string}
    A map of tag keys and values.

    Supporting Types

    BrowserProfileStatus

    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.