Skip to content

Commit

Permalink
chore(deadline): fix WorkerSettings and WorkerInstanceConfiguration T…
Browse files Browse the repository at this point in the history
…SDoc string
  • Loading branch information
jusiskin committed Nov 6, 2020
1 parent d35bb16 commit 20c4e42
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/aws-rfdk/lib/deadline/lib/worker-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import {
} from './version';

/**
* The Deadline Worker settings that can be configured via the configureWorkerSettings method
* of the WorkerConfiguration helper class.
* Configuration settings for Deadline Workers
*/
export interface WorkerSettings {
/**
Expand Down Expand Up @@ -90,8 +89,10 @@ export interface WorkerInstanceConfigurationProps {
}

/**
* This is a helper construct for configuring Deadline Workers to connect to a RenderQueue, send their
* log files to CloudWatch, and similar common actions.
* This construct can be used to configure Deadline Workers on an instance to connect to a RenderQueue, stream their
* log files to CloudWatch, and configure various settings of the Deadline Worker.
*
* The configuration happens on instance start-up using user data scripting.
*
* Security Considerations
* ------------------------
Expand Down

0 comments on commit 20c4e42

Please sign in to comment.