BrowserProfileSummary - Amazon Bedrock AgentCore Control Plane

BrowserProfileSummary

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

Contents

createdAt

The timestamp when the browser profile was created.

Type: Timestamp

Required: Yes

lastUpdatedAt

The timestamp when the browser profile was last updated.

Type: Timestamp

Required: Yes

name

The name of the browser profile.

Type: String

Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}

Required: Yes

profileArn

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

Type: String

Pattern: arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:browser-profile/[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10}

Required: Yes

profileId

The unique identifier of the browser profile.

Type: String

Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10}

Required: Yes

status

The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.

Type: String

Valid Values: READY | DELETING | DELETED | SAVING

Required: Yes

description

The description of the browser profile.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 4096.

Required: No

lastSavedAt

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

Type: Timestamp

Required: No

lastSavedBrowserId

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

Type: String

Pattern: (aws\.browser\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})

Required: No

lastSavedBrowserSessionId

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

Type: String

Pattern: [0-9a-zA-Z]{1,40}

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: