Class CreateMonitorRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        The unique token which the server uses to recognize retries of the same request.

        Returns:
        The unique token which the server uses to recognize retries of the same request.
      • displayName

        public final String displayName()

        The name that you give the monitor that is displayed in the Deadline Cloud console.

        Returns:
        The name that you give the monitor that is displayed in the Deadline Cloud console.
      • identityCenterInstanceArn

        public final String identityCenterInstanceArn()

        The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.

        Returns:
        The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
      • subdomain

        public final String subdomain()

        The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

        Returns:
        The subdomain to use when creating the monitor URL. 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