The storage profile IDs to include in the queue. 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 | AllowedStorageProfileIds |
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 default action to take on a queue if a budget isn't configured.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The description of the queue.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The display name of the queue.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The farm ID of the farm to connect to the queue.
| 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) |
-JobAttachmentSettings_RootPrefix <
String>
The root prefix.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-JobAttachmentSettings_S3BucketName <
String>
The Amazon S3 bucket name.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-JobRunAsUser_RunAs <
RunAs>
Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name of the POSIX user's group.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | JobRunAsUser_Posix_Group |
The name of the POSIX user.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | JobRunAsUser_Posix_User |
-RequiredFileSystemLocationName <
String[]>
The file system location name to include in the queue. 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 | RequiredFileSystemLocationNames |
The IAM role ARN that workers will use while running jobs for this queue.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingConfiguration_PriorityBalanced_RenderingTaskBuffer <
Int32>
The rendering task buffer controls worker stickiness. A worker only switches from its current job to another job at the same priority if the other job has fewer rendering tasks by more than this buffer value. Higher values make workers stickier to their current jobs. The default value is 1.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Workers are assigned to the highest-priority job first. When multiple jobs share the same priority, the job submitted earliest receives workers first. This is the default scheduling configuration for new queues.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingConfiguration_WeightedBalanced_ErrorWeight <
Double>
The weight applied to the number of errors on a job. A negative value means jobs without errors are scheduled first. A value of 0 means errors are ignored. The default value is -10.0.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Jobs at the maximum priority (100) are always scheduled before other jobs, regardless of the weighted scheduling formula. If multiple jobs have priority 100, ties are broken using the standard weighted formula.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Jobs at the minimum priority (0) are always scheduled after all other jobs, regardless of the weighted scheduling formula. If multiple jobs have priority 0, ties are broken using the standard weighted formula.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingConfiguration_WeightedBalanced_PriorityWeight <
Double>
The weight applied to job priority in the scheduling formula. Higher values give more influence to job priority. A value of 0 means priority is ignored. The default value is 100.0.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingConfiguration_WeightedBalanced_RenderingTaskBuffer <
Int32>
The rendering task buffer is subtracted from the number of rendering tasks before applying the rendering task weight. This creates a stickiness effect where workers prefer to stay with their current job. Higher values make workers stickier. The default value is 1. The buffer is only applied in the weight calculation for a job if the worker is currently assigned to that job.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingConfiguration_WeightedBalanced_RenderingTaskWeight <
Double>
The weight applied to the number of tasks currently rendering on a job. A negative value means jobs that are not already rendering are scheduled next. A value of 0 means the rendering state is ignored. The default value is -100.0.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingConfiguration_WeightedBalanced_SubmissionTimeWeight <
Double>
The weight applied to job submission time. A positive value means earlier jobs are scheduled first. A value of 0 means submission time is ignored. The default value is 3.0.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'QueueId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Deadline.Model.CreateQueueResponse). Specifying the name of a property of type Amazon.Deadline.Model.CreateQueueResponse 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) |
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings. 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 | Tags |
The password ARN for the Windows user.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | JobRunAsUser_Windows_PasswordArn |
The user.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | JobRunAsUser_Windows_User |