GetMonitorResult

data class GetMonitorResult(val arn: String? = null, val displayName: String? = null, val identityCenterApplicationArn: String? = null, val monitorId: String? = null, val roleArn: String? = null, val subdomain: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, displayName: String? = null, identityCenterApplicationArn: String? = null, monitorId: String? = null, roleArn: String? = null, subdomain: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the monitor.

Link copied to clipboard
val displayName: String? = null

The name of the monitor that displays on the Deadline Cloud console.

Link copied to clipboard

The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.

Link copied to clipboard
val monitorId: String? = null

The unique identifier for the monitor.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.

Link copied to clipboard
val subdomain: String? = null

The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

Link copied to clipboard
val url: String? = null

The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.