BrowserSummary
Contains summary information about a browser. A browser enables Amazon Bedrock Agent to interact with web content.
Contents
- browserArn
-
The Amazon Resource Name (ARN) of the browser.
Type: String
Pattern:
arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser(-custom)?/(aws\.browser\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})
Required: Yes
- browserId
-
The unique identifier of the browser.
Type: String
Pattern:
(aws\.browser\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})
Required: Yes
- createdAt
-
The timestamp when the browser was created.
Type: Timestamp
Required: Yes
- status
-
The current status of the browser.
Type: String
Valid Values:
CREATING | CREATE_FAILED | READY | DELETING | DELETE_FAILED | DELETED
Required: Yes
- description
-
The description of the browser.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: No
- lastUpdatedAt
-
The timestamp when the browser was last updated.
Type: Timestamp
Required: No
- name
-
The name of the browser.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9_]{0,47}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: