MonitorArgs

data class MonitorArgs(val displayName: Output<String>? = null, val identityCenterInstanceArn: Output<String>? = null, val roleArn: Output<String>? = null, val subdomain: Output<String>? = null) : ConvertibleToJava<MonitorArgs>

Definition of AWS::Deadline::Monitor Resource Type

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, identityCenterInstanceArn: Output<String>? = null, roleArn: Output<String>? = null, subdomain: Output<String>? = null)

Properties

Link copied to clipboard
val displayName: Output<String>? = null

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

Link copied to clipboard
val identityCenterInstanceArn: Output<String>? = null

The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.

Link copied to clipboard
val roleArn: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MonitorArgs