Aws/deadline
@swamp/aws/deadlinev2026.09.20.1
01README
AWS DEADLINE infrastructure models
02Models
@swamp/aws/deadline/budgetv2026.08.20.1budget.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| FarmId | string | The farm ID. |
| DisplayName | string | The display name of the budget. |
| Description? | string | The description of the budget. |
| ApproximateDollarLimit | number | The dollar limit based on consumed usage. |
| UsageTrackingResource | object | The usage details of the allotted budget. |
| Actions | array | The budget actions to specify what happens when the budget runs out. |
| Schedule | object | The start and end time of the budget. |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline Budget
fn get(identifier: string)
Get a Deadline Budget
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Budget |
fn update()
Update a Deadline Budget
fn delete(identifier: string)
Delete a Deadline Budget
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Budget |
fn sync()
Sync Deadline Budget state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Budget resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Budget resource state
@swamp/aws/deadline/farmv2026.08.17.2farm.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| Description? | string | |
| DisplayName | string | |
| CostScaleFactor? | number | |
| KmsKeyArn? | string | |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline Farm
fn get(identifier: string)
Get a Deadline Farm
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Farm |
fn update()
Update a Deadline Farm
fn delete(identifier: string)
Delete a Deadline Farm
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Farm |
fn sync()
Sync Deadline Farm state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Farm resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Farm resource state
@swamp/aws/deadline/fleetv2026.08.17.2fleet.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| Capabilities? | object | |
| Configuration | object | |
| Description? | string | |
| DisplayName | string | |
| FarmId | string | |
| HostConfiguration? | object | |
| MaxWorkerCount | number | |
| MinWorkerCount? | number | |
| RoleArn | string | |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline Fleet
fn get(identifier: string)
Get a Deadline Fleet
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Fleet |
fn update()
Update a Deadline Fleet
fn delete(identifier: string)
Delete a Deadline Fleet
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Fleet |
fn sync()
Sync Deadline Fleet state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Fleet resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Fleet resource state
@swamp/aws/deadline/license-endpointv2026.08.17.2license_endpoint.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| SecurityGroupIds | array | |
| SubnetIds | array | |
| VpcId | string | |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline LicenseEndpoint
fn get(identifier: string)
Get a Deadline LicenseEndpoint
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline LicenseEndpoint |
fn update()
Update a Deadline LicenseEndpoint
fn delete(identifier: string)
Delete a Deadline LicenseEndpoint
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline LicenseEndpoint |
fn sync()
Sync Deadline LicenseEndpoint state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline LicenseEndpoint resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline LicenseEndpoint resource state
@swamp/aws/deadline/limitv2026.08.17.2limit.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| AmountRequirementName | string | |
| Description? | string | |
| DisplayName | string | |
| FarmId | string | |
| MaxCount | number |
fn create()
Create a Deadline Limit
fn get(identifier: string)
Get a Deadline Limit
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Limit |
fn update()
Update a Deadline Limit
fn delete(identifier: string)
Delete a Deadline Limit
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Limit |
fn sync()
Sync Deadline Limit state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Limit resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Limit resource state
@swamp/aws/deadline/metered-productv2026.08.17.2metered_product.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| LicenseEndpointId? | string | |
| ProductId? | string |
fn create()
Create a Deadline MeteredProduct
fn get(identifier: string)
Get a Deadline MeteredProduct
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline MeteredProduct |
fn delete(identifier: string)
Delete a Deadline MeteredProduct
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline MeteredProduct |
fn sync()
Sync Deadline MeteredProduct state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline MeteredProduct resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline MeteredProduct resource state
@swamp/aws/deadline/monitorv2026.08.17.2monitor.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| DisplayName | string | |
| IdentityCenterInstanceArn | string | |
| IdentityCenterRegion? | string | The AWS region where IAM Identity Center is enabled. Required when Identity Center is in a different region than the monitor. |
| RoleArn | string | |
| Subdomain | string | |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline Monitor
fn get(identifier: string)
Get a Deadline Monitor
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Monitor |
fn update()
Update a Deadline Monitor
fn delete(identifier: string)
Delete a Deadline Monitor
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Monitor |
fn sync()
Sync Deadline Monitor state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Monitor resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Monitor resource state
@swamp/aws/deadline/queuev2026.08.17.2queue.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| AllowedStorageProfileIds? | array | |
| DefaultBudgetAction? | enum | |
| Description? | string | |
| DisplayName | string | |
| FarmId | string | |
| JobAttachmentSettings? | object | |
| JobRunAsUser? | object | |
| RequiredFileSystemLocationNames? | array | |
| RoleArn? | string | |
| SchedulingConfiguration? | record | |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline Queue
fn get(identifier: string)
Get a Deadline Queue
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Queue |
fn update()
Update a Deadline Queue
fn delete(identifier: string)
Delete a Deadline Queue
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Queue |
fn sync()
Sync Deadline Queue state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Queue resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Queue resource state
@swamp/aws/deadline/queue-environmentv2026.08.17.2queue_environment.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| FarmId | string | |
| Priority | number | |
| QueueId | string | |
| Template | string | |
| TemplateType | enum |
fn create()
Create a Deadline QueueEnvironment
fn get(identifier: string)
Get a Deadline QueueEnvironment
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline QueueEnvironment |
fn update()
Update a Deadline QueueEnvironment
fn delete(identifier: string)
Delete a Deadline QueueEnvironment
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline QueueEnvironment |
fn sync()
Sync Deadline QueueEnvironment state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline QueueEnvironment resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline QueueEnvironment resource state
@swamp/aws/deadline/queue-fleet-associationv2026.08.17.2queue_fleet_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| FarmId | string | |
| FleetId | string | |
| QueueId | string |
fn create()
Create a Deadline QueueFleetAssociation
fn get(identifier: string)
Get a Deadline QueueFleetAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline QueueFleetAssociation |
fn delete(identifier: string)
Delete a Deadline QueueFleetAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline QueueFleetAssociation |
fn sync()
Sync Deadline QueueFleetAssociation state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline QueueFleetAssociation resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline QueueFleetAssociation resource state
@swamp/aws/deadline/queue-limit-associationv2026.08.17.2queue_limit_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| FarmId | string | |
| LimitId | string | |
| QueueId | string |
fn create()
Create a Deadline QueueLimitAssociation
fn get(identifier: string)
Get a Deadline QueueLimitAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline QueueLimitAssociation |
fn delete(identifier: string)
Delete a Deadline QueueLimitAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline QueueLimitAssociation |
fn sync()
Sync Deadline QueueLimitAssociation state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline QueueLimitAssociation resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline QueueLimitAssociation resource state
@swamp/aws/deadline/storage-profilev2026.08.17.2storage_profile.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| DisplayName | string | |
| FarmId | string | |
| FileSystemLocations? | array | |
| OsFamily | enum |
fn create()
Create a Deadline StorageProfile
fn get(identifier: string)
Get a Deadline StorageProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline StorageProfile |
fn update()
Update a Deadline StorageProfile
fn delete(identifier: string)
Delete a Deadline StorageProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline StorageProfile |
fn sync()
Sync Deadline StorageProfile state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline StorageProfile resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline StorageProfile resource state
@swamp/aws/deadline/workerv2026.08.20.1worker.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| FarmId | string | The farm ID. |
| FleetId | string | The fleet ID. |
| HostProperties? | object | The IP address and host name of the worker. |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a Deadline Worker
fn get(identifier: string)
Get a Deadline Worker
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Worker |
fn update()
Update a Deadline Worker
fn delete(identifier: string)
Delete a Deadline Worker
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Deadline Worker |
fn sync()
Sync Deadline Worker state from AWS
fn list(maxPages?: number, resourceModel?: string)
List Deadline Worker resources
| Argument | Type | Description |
|---|---|---|
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
| resourceModel? | string | JSON resource model for parent-scoped listing (e.g. parent identifier) |
Resources
state(infinite)— Deadline Worker resource state
03Previous Versions
2026.09.19.1
2026.09.18.1
2026.09.17.1
2026.09.16.1
2026.09.15.1
2026.09.14.1
2026.09.13.1
2026.09.12.1
2026.09.11.1
2026.09.10.1
2026.09.09.1
2026.09.08.1
2026.09.07.1
2026.09.06.3
2026.09.06.1
2026.09.05.1
2026.09.04.1
2026.09.03.1
2026.09.02.1
04Stats
A
100 / 100
Downloads
0
Archive size
2.6 MB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels