CreateRemoteAccessSessionRequest

Creates and submits a request to start a remote access session.

Types

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

Properties

Link copied to clipboard

Unique identifier for the client. If you want access to multiple devices on the same client, you should pass the same clientId value in each call to CreateRemoteAccessSession. This identifier is required only if remoteDebugEnabled is set to true.

Link copied to clipboard

The configuration information for the remote access session request.

Link copied to clipboard

The ARN of the device for which you want to create a remote access session.

Link copied to clipboard

The Amazon Resource Name (ARN) of the device instance for which you want to create a remote access session.

Link copied to clipboard

The interaction mode of the remote access session. Valid values are:

Link copied to clipboard
val name: String?

The name of the remote access session to create.

Link copied to clipboard

The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.

Link copied to clipboard

Set to true if you want to access devices remotely for debugging in your remote access session.

Link copied to clipboard

The Amazon Resource Name (ARN) for the app to be recorded in the remote access session.

Link copied to clipboard

Set to true to enable remote recording for the remote access session.

Link copied to clipboard

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

Link copied to clipboard

Ignored. The public key of the ssh key pair you want to use for connecting to remote devices in your remote debugging session. This key is required only if remoteDebugEnabled is set to true.

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