Skip to content

Bedrock Agentcore Control  >  Structures  >  BrowserProfileSummary

BrowserProfileSummary

Structure Class

BrowserProfileSummary dataclass

Contains summary information about a browser profile. A browser profile stores persistent browser data that can be reused across browser sessions.

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. Possible values include READY, SAVING, DELETING, and DELETED.