AWS::Deadline::MonitorDefinition of AWS::Deadline::Monitor Resource Type
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DisplayName | string | Required |
IdentityCenterInstanceArn | string | RequiredCreate-only |
RoleArn | string | Required |
Subdomain | string | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
IdentityCenterApplicationArn | string | - |
MonitorId | string | - |
Url | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
deadline:CreateMonitordeadline:GetMonitordeadline:TagResourcedeadline:ListTagsForResourceiam:PassRolekms:CreateGrantsso:CreateApplicationsso:DeleteApplicationdeadline:GetMonitordeadline:ListTagsForResourcedeadline:GetMonitordeadline:TagResourcedeadline:UntagResourcedeadline:ListTagsForResourcedeadline:UpdateMonitoriam:PassRolekms:CreateGrantsso:PutApplicationGrantdeadline:DeleteMonitordeadline:GetMonitorsso:DeleteApplicationdeadline:ListMonitorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IdentityCenterInstanceArn