AWS Fundamentals Logo
AWS Fundamentals
AWS::Deadline::Monitor

Deadline Monitor

Definition of AWS::Deadline::Monitor Resource Type

Properties

5 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DisplayName
string
Required
IdentityCenterInstanceArn
string
RequiredCreate-only
RoleArn
string
Required
Subdomain
string
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
IdentityCenterApplicationArnstring-
MonitorIdstring-
Urlstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Deadline::Monitor

Resources:
  MyResource:
    Type: AWS::Deadline::Monitor
    Properties:
      DisplayName: "my-displayname"
      IdentityCenterInstanceArn: "arn:aws:service:region:account:resource"
      RoleArn: "arn:aws:service:region:account:resource"
      Subdomain: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

deadline:CreateMonitordeadline:GetMonitordeadline:TagResourcedeadline:ListTagsForResourceiam:PassRolekms:CreateGrantsso:CreateApplicationsso:DeleteApplication

read

deadline:GetMonitordeadline:ListTagsForResource

update

deadline:GetMonitordeadline:TagResourcedeadline:UntagResourcedeadline:ListTagsForResourcedeadline:UpdateMonitoriam:PassRolekms:CreateGrantsso:PutApplicationGrant

delete

deadline:DeleteMonitordeadline:GetMonitorsso:DeleteApplication

list

deadline:ListMonitors

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceDeadline
Properties9
Required4
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

IdentityCenterInstanceArn

External Links