Skip to content

/AWS1/CL_TBDGETMONITORRESPONSE

GetMonitorResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_MONITORID TYPE /AWS1/TBDMONITORID /AWS1/TBDMONITORID

The unique identifier for the monitor.

IV_DISPLAYNAME TYPE /AWS1/TBDRESOURCENAME /AWS1/TBDRESOURCENAME

The name used to identify the monitor on the Deadline Cloud console.

IV_SUBDOMAIN TYPE /AWS1/TBDSUBDOMAIN /AWS1/TBDSUBDOMAIN

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

IV_URL TYPE /AWS1/TBDURL /AWS1/TBDURL

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

IV_ROLEARN TYPE /AWS1/TBDIAMROLEARN /AWS1/TBDIAMROLEARN

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

IV_IDENTITYCENTERINSTANCEARN TYPE /AWS1/TBDIDCENTERINSTANCEARN /AWS1/TBDIDCENTERINSTANCEARN

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

IV_IDCENTERAPPLICATIONARN TYPE /AWS1/TBDIDCENTERAPPLICATION00 /AWS1/TBDIDCENTERAPPLICATION00

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

IV_CREATEDAT TYPE /AWS1/TBDCREATEDAT /AWS1/TBDCREATEDAT

The UNIX timestamp of the date and time that the monitor was created.

IV_CREATEDBY TYPE /AWS1/TBDCREATEDBY /AWS1/TBDCREATEDBY

The user name of the person that created the monitor.

Optional arguments:

IV_UPDATEDAT TYPE /AWS1/TBDUPDATEDAT /AWS1/TBDUPDATEDAT

The UNIX timestamp of the last date and time that the monitor was updated.

IV_UPDATEDBY TYPE /AWS1/TBDUPDATEDBY /AWS1/TBDUPDATEDBY

The user name of the person that last updated the monitor.


Queryable Attributes

monitorId

The unique identifier for the monitor.

Accessible with the following methods

Method Description
GET_MONITORID() Getter for MONITORID, with configurable default
ASK_MONITORID() Getter for MONITORID w/ exceptions if field has no value
HAS_MONITORID() Determine if MONITORID has a value

displayName

The name used to identify the monitor on the Deadline Cloud console.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

subdomain

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

Accessible with the following methods

Method Description
GET_SUBDOMAIN() Getter for SUBDOMAIN, with configurable default
ASK_SUBDOMAIN() Getter for SUBDOMAIN w/ exceptions if field has no value
HAS_SUBDOMAIN() Determine if SUBDOMAIN has a value

url

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

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

roleArn

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

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

identityCenterInstanceArn

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

Accessible with the following methods

Method Description
GET_IDCENTERINSTANCEARN() Getter for IDENTITYCENTERINSTANCEARN, with configurable defa
ASK_IDCENTERINSTANCEARN() Getter for IDENTITYCENTERINSTANCEARN w/ exceptions if field
HAS_IDCENTERINSTANCEARN() Determine if IDENTITYCENTERINSTANCEARN has a value

identityCenterApplicationArn

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

Accessible with the following methods

Method Description
GET_IDCENTERAPPLICATIONARN() Getter for IDENTITYCENTERAPPLICATIONARN, with configurable d
ASK_IDCENTERAPPLICATIONARN() Getter for IDENTITYCENTERAPPLICATIONARN w/ exceptions if fie
HAS_IDCENTERAPPLICATIONARN() Determine if IDENTITYCENTERAPPLICATIONARN has a value

createdAt

The UNIX timestamp of the date and time that the monitor was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

createdBy

The user name of the person that created the monitor.

Accessible with the following methods

Method Description
GET_CREATEDBY() Getter for CREATEDBY, with configurable default
ASK_CREATEDBY() Getter for CREATEDBY w/ exceptions if field has no value
HAS_CREATEDBY() Determine if CREATEDBY has a value

updatedAt

The UNIX timestamp of the last date and time that the monitor was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

updatedBy

The user name of the person that last updated the monitor.

Accessible with the following methods

Method Description
GET_UPDATEDBY() Getter for UPDATEDBY, with configurable default
ASK_UPDATEDBY() Getter for UPDATEDBY w/ exceptions if field has no value
HAS_UPDATEDBY() Determine if UPDATEDBY has a value