Skip to content

Bedrock Agentcore Control  >  Operations  >  get_browser_profile

get_browser_profile

Operation

get_browser_profile async

get_browser_profile(input: GetBrowserProfileInput, plugins: list[Plugin] | None = None) -> GetBrowserProfileOutput

Gets information about a browser profile.

Parameters:

Name Type Description Default
input GetBrowserProfileInput

An instance of GetBrowserProfileInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetBrowserProfileOutput

An instance of GetBrowserProfileOutput.

Input

GetBrowserProfileInput dataclass

Dataclass for GetBrowserProfileInput structure.

Attributes

profile_id class-attribute instance-attribute
profile_id: str | None = None

The unique identifier of the browser profile to retrieve.

Output

GetBrowserProfileOutput dataclass

Dataclass for GetBrowserProfileOutput structure.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the browser profile was created.

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

The description of the browser profile.

last_saved_at class-attribute instance-attribute
last_saved_at: datetime | None = None

The timestamp when browser session data was last saved to this profile.

last_saved_browser_id class-attribute instance-attribute
last_saved_browser_id: str | None = None

The identifier of the browser from which data was last saved to this profile.

last_saved_browser_session_id class-attribute instance-attribute
last_saved_browser_session_id: str | None = None

The identifier of the browser session from which data was last saved to this profile.

last_updated_at instance-attribute
last_updated_at: datetime

The timestamp when the browser profile was last updated.

name instance-attribute
name: str

The name of the browser profile.

profile_arn instance-attribute
profile_arn: str

The Amazon Resource Name (ARN) of the browser profile.

profile_id instance-attribute
profile_id: str

The unique identifier of the browser profile.

status instance-attribute

The current status of the browser profile.