The file system.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A list of manifests which describe job attachment configurations. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Attachments_Manifests |
Amazon.PowerShell.Cmdlets.ADC.AmazonDeadlineClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The unique token which the server uses to recognize retries of the same request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The farm ID of the farm to connect to the job.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MaxFailedTasksCount <
Int32>
The number of task failures before the job stops running and is marked as FAILED.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MaxRetriesPerTask <
Int32>
The maximum number of retries for each task.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of worker hosts that can concurrently process a job. When the maxWorkerCount is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.You can't set the maxWorkerCount to 0. If you set it to -1, there is no maximum number of workers.If you don't specify the maxWorkerCount, Deadline Cloud won't throttle the number of workers used to process the job.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The parameters for the job. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Parameters |
The priority of the job. The highest priority (first scheduled) is 100. When two jobs have the same priority, the oldest job is scheduled first.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ID of the queue that the job is submitted to.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'JobId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Deadline.Model.CreateJobResponse). Specifying the name of a property of type Amazon.Deadline.Model.CreateJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The job ID for the source job.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The storage profile ID for the storage profile to connect to the job.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The initial job status when it is created. Jobs that are created with a SUSPENDED status will not run until manually requeued.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The job template to use for this job.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The file type for the job template.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |