aws.deadline.list_monitors
Example SQL Queries
SELECT * FROMaws.deadline.list_monitors;Description
Gets a list of your monitors in Deadline Cloud.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at The UNIX timestamp of the date and time that the monitor was created. | TIMESTAMP_S |
| created_by The user name of the person that created the monitor. | VARCHAR |
| display_name The name of the monitor that displays on the Deadline Cloud console. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | VARCHAR |
| identity_center_application_arn The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created. | VARCHAR |
| identity_center_instance_arn The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users. | VARCHAR |
| monitor_id The unique identifier for the monitor. | VARCHAR |
| role_arn The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources. | VARCHAR |
| subdomain The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com. | VARCHAR |
| updated_at The UNIX timestamp of the date and time that the monitor was last updated. | TIMESTAMP_S |
| updated_by The user name of the person that last updated the monitor. | VARCHAR |
| url The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com. | VARCHAR |