AWS::Deadline::MonitorCreates an AWS Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
import { CfnMonitor } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnMonitorConfiguration passed to the constructor as CfnMonitorProps.
displayNameRequiredstringThe 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.
identityCenterInstanceArnRequiredstringThe Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.
roleArnRequiredstringThe Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
subdomainRequiredstringThe subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-deadlineAWS::Deadline::Monitor