CreateBrowserRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request but does not return an error.

Link copied to clipboard

The description of the browser.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the browser to access Amazon Web Services services.

Link copied to clipboard
val name: String?

The name of the browser. The name must be unique within your account.

Link copied to clipboard

The network configuration for the browser. This configuration specifies the network mode for the browser.

Link copied to clipboard

The recording configuration for the browser. When enabled, browser sessions are recorded and stored in the specified Amazon S3 location.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String