We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
aws-native.bedrockagentcore.getBrowserCustom
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
Resource definition for AWS::BedrockAgentCore::BrowserCustom
Using getBrowserCustom
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 getBrowserCustom(args: GetBrowserCustomArgs, opts?: InvokeOptions): Promise<GetBrowserCustomResult>
function getBrowserCustomOutput(args: GetBrowserCustomOutputArgs, opts?: InvokeOptions): Output<GetBrowserCustomResult>
def get_browser_custom(browser_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBrowserCustomResult
def get_browser_custom_output(browser_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBrowserCustomResult]
func LookupBrowserCustom(ctx *Context, args *LookupBrowserCustomArgs, opts ...InvokeOption) (*LookupBrowserCustomResult, error)
func LookupBrowserCustomOutput(ctx *Context, args *LookupBrowserCustomOutputArgs, opts ...InvokeOption) LookupBrowserCustomResultOutput
> Note: This function is named LookupBrowserCustom
in the Go SDK.
public static class GetBrowserCustom
{
public static Task<GetBrowserCustomResult> InvokeAsync(GetBrowserCustomArgs args, InvokeOptions? opts = null)
public static Output<GetBrowserCustomResult> Invoke(GetBrowserCustomInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBrowserCustomResult> getBrowserCustom(GetBrowserCustomArgs args, InvokeOptions options)
public static Output<GetBrowserCustomResult> getBrowserCustom(GetBrowserCustomArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:bedrockagentcore:getBrowserCustom
arguments:
# arguments dictionary
The following arguments are supported:
- Browser
Id string - The id of the browser.
- Browser
Id string - The id of the browser.
- browser
Id String - The id of the browser.
- browser
Id string - The id of the browser.
- browser_
id str - The id of the browser.
- browser
Id String - The id of the browser.
getBrowserCustom Result
The following output properties are available:
- Browser
Arn string - The ARN of a Browser resource.
- Browser
Id string - The id of the browser.
- Created
At string - Timestamp when the browser was created.
- Last
Updated stringAt - Timestamp when the browser was last updated.
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Browser Custom Browser Status - Status of browser.
- Dictionary<string, string>
- The tags for the custom browser.
- Browser
Arn string - The ARN of a Browser resource.
- Browser
Id string - The id of the browser.
- Created
At string - Timestamp when the browser was created.
- Last
Updated stringAt - Timestamp when the browser was last updated.
- Status
Browser
Custom Browser Status - Status of browser.
- map[string]string
- The tags for the custom browser.
- browser
Arn String - The ARN of a Browser resource.
- browser
Id String - The id of the browser.
- created
At String - Timestamp when the browser was created.
- last
Updated StringAt - Timestamp when the browser was last updated.
- status
Browser
Custom Browser Status - Status of browser.
- Map<String,String>
- The tags for the custom browser.
- browser
Arn string - The ARN of a Browser resource.
- browser
Id string - The id of the browser.
- created
At string - Timestamp when the browser was created.
- last
Updated stringAt - Timestamp when the browser was last updated.
- status
Browser
Custom Browser Status - Status of browser.
- {[key: string]: string}
- The tags for the custom browser.
- browser_
arn str - The ARN of a Browser resource.
- browser_
id str - The id of the browser.
- created_
at str - Timestamp when the browser was created.
- last_
updated_ strat - Timestamp when the browser was last updated.
- status
Browser
Custom Browser Status - Status of browser.
- Mapping[str, str]
- The tags for the custom browser.
- browser
Arn String - The ARN of a Browser resource.
- browser
Id String - The id of the browser.
- created
At String - Timestamp when the browser was created.
- last
Updated StringAt - Timestamp when the browser was last updated.
- status "CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED"
- Status of browser.
- Map<String>
- The tags for the custom browser.
Supporting Types
BrowserCustomBrowserStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi