Class GetMonitorResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

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

        Returns:
        The UNIX timestamp of the date and time that the monitor was created.
      • createdBy

        public final String createdBy()

        The user name of the person that created the monitor.

        Returns:
        The user name of the person that created the monitor.
      • displayName

        public final String displayName()

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

        Returns:
        The name used to identify the monitor on the Deadline Cloud console.
      • identityCenterApplicationArn

        public final String identityCenterApplicationArn()

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

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

        public final String identityCenterInstanceArn()

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

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

        public final String monitorId()

        The unique identifier for the monitor.

        Returns:
        The unique identifier for the monitor.
      • roleArn

        public final String 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.

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

        public final String subdomain()

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

        Returns:
        The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
      • updatedAt

        public final Instant updatedAt()

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

        Returns:
        The UNIX timestamp of the last date and time that the monitor was updated.
      • updatedBy

        public final String updatedBy()

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

        Returns:
        The user name of the person that last updated the monitor.
      • url

        public final String url()

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

        Returns:
        The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object