SaveBrowserSessionProfileRequest
Types
Properties
Link copied to clipboard
The unique identifier of the browser associated with the session from which to save the profile.
Link copied to clipboard
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error.
Link copied to clipboard
The unique identifier for the browser profile. This identifier is used to reference the profile when starting new browser sessions. The identifier must follow the pattern of an alphanumeric name (up to 48 characters) followed by a hyphen and a 10-character alphanumeric suffix.
Link copied to clipboard
The parent trace information for distributed tracing.
Functions
Link copied to clipboard
inline fun copy(block: SaveBrowserSessionProfileRequest.Builder.() -> Unit = {}): SaveBrowserSessionProfileRequest