AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::Monitor

CfnMonitor

Creates 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

import { CfnMonitor } from 'aws-cdk-lib/aws-deadline';

Or use the module namespace:

import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnMonitor

Properties

Configuration passed to the constructor as CfnMonitorProps.

displayNameRequired
string

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.

identityCenterInstanceArnRequired
string

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

roleArnRequired
string

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

subdomainRequired
string

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

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter