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
published on Monday, Mar 9, 2026 by Pulumi
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
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 dictionaryThe following arguments are supported:
- Profile
Id string
- Profile
Id string
- profile
Id String
- profile
Id string
- profile_
id str
- profile
Id String
getBrowserProfile Result
The following output properties are available:
- Created
At string - 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 - Dictionary<string, string>
- A map of tag keys and values.
- Created
At string - 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 - map[string]string
- A map of tag keys and values.
- created
At String - 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 - Map<String,String>
- A map of tag keys and values.
- created
At string - 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 - {[key: string]: string}
- A map of tag keys and values.
- created_
at str - 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 - Mapping[str, str]
- A map of tag keys and values.
- created
At String - 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"
- Map<String>
- A map of tag keys and values.
Supporting Types
BrowserProfileStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Mar 9, 2026 by Pulumi
