From 0a9cbdd1b6b78055128949b767f5d2da0942ca30 Mon Sep 17 00:00:00 2001
From: awstools The instance type or family that this this override launch template should be applied to. The instance type or family that this override launch template should be applied to. This parameter is required when defining a launch template override. Information included in this parameter must meet the following requirements: The amount of time (in seconds) to use to calculate a fair share percentage for each fair
- * share identifier in use. A value of zero (0) indicates that only current usage is measured. The
- * decay allows for more recently run jobs to have more weight than jobs that ran earlier. The
- * maximum supported value is 604800 (1 week).
@@ -1323,9 +1323,12 @@ export interface ShareAttributes {
export interface FairsharePolicy {
/**
*
The decay allows for more recently run jobs to have more weight than jobs that ran earlier. + * Consider adjusting this number if you have jobs that (on average) run longer than ten minutes, + * or a large difference in job count or job run times between share identifiers, and the allocation + * of resources doesn’t meet your needs.
* @public */ shareDecaySeconds?: number | undefined; @@ -3018,7 +3021,7 @@ export interface TaskContainerProperties { dependsOn?: TaskContainerDependency[] | undefined; /** - *The environment variables to pass to a container. This parameter maps to Env inthe Create a container + *
The environment variables to pass to a container. This parameter maps to Env in the Create a container
* section of the Docker Remote API
* and the --env
parameter to docker run.
The priority of the job queue. Job queues with a higher priority (or a higher integer value for the priority
parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order. For example, a job queue with a priority value of 10
is given scheduling preference over a job queue with a priority value of 1
. All of the compute environments must be either Amazon EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
). Amazon EC2 and Fargate compute environments can't be mixed.
The priority of the job queue. Job queue priority determines the order
+ * that job queues are evaluated when multiple queues dispatch jobs within a
+ * shared compute environment. A higher value for priority
indicates
+ * a higher priority. Queues are evaluated in cycles, in descending order by
+ * priority. For example, a job queue with a priority value of 10
is
+ * evaluated before a queue with a priority value of 1
. All of the
+ * compute environments must be either Amazon EC2 (EC2
or SPOT
)
+ * or Fargate (FARGATE
or FARGATE_SPOT
). Amazon EC2 and
+ * Fargate compute environments can't be mixed.
Job queue priority doesn't guarantee that a particular job executes before + * a job in a lower priority queue. Jobs added to higher priority queues during the + * queue evaluation cycle might not be evaluated until the next cycle. A job is + * dispatched from a queue only if resources are available when the queue is evaluated. + * If there are insufficient resources available at that time, the cycle proceeds to the + * next queue. This means that jobs added to higher priority queues might have to wait + * for jobs in multiple lower priority queues to complete before they are dispatched. + * You can use job dependencies to control the order for jobs from queues with different + * priorities. For more information, see Job Dependencies + * in the Batch User Guide.
+ *The amount of time (in seconds) to use to calculate a fair share percentage for each fair\n share identifier in use. A value of zero (0) indicates that only current usage is measured. The\n decay allows for more recently run jobs to have more weight than jobs that ran earlier. The\n maximum supported value is 604800 (1 week).
" + "smithy.api#documentation": "The amount of time (in seconds) to use to calculate a fair share percentage for each fair\n share identifier in use. A value of zero (0) indicates the default minimum time window (600 seconds).\n The maximum supported value is 604800 (1 week).
\nThe decay allows for more recently run jobs to have more weight than jobs that ran earlier. \n Consider adjusting this number if you have jobs that (on average) run longer than ten minutes, \n or a large difference in job count or job run times between share identifiers, and the allocation\n of resources doesn’t meet your needs.
" } }, "computeReservation": { @@ -5545,7 +5545,7 @@ "target": "com.amazonaws.batch#Integer", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "The priority of the job queue. Job queues with a higher priority (or a higher integer value for the priority
parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order. For example, a job queue with a priority value of 10
is given scheduling preference over a job queue with a priority value of 1
. All of the compute environments must be either Amazon EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
). Amazon EC2 and Fargate compute environments can't be mixed.
The priority of the job queue. Job queue priority determines the order \n that job queues are evaluated when multiple queues dispatch jobs within a \n shared compute environment. A higher value for priority
indicates\n a higher priority. Queues are evaluated in cycles, in descending order by\n priority. For example, a job queue with a priority value of 10
is \n evaluated before a queue with a priority value of 1
. All of the \n compute environments must be either Amazon EC2 (EC2
or SPOT
)\n or Fargate (FARGATE
or FARGATE_SPOT
). Amazon EC2 and \n Fargate compute environments can't be mixed.
Job queue priority doesn't guarantee that a particular job executes before \n a job in a lower priority queue. Jobs added to higher priority queues during the \n queue evaluation cycle might not be evaluated until the next cycle. A job is \n dispatched from a queue only if resources are available when the queue is evaluated. \n If there are insufficient resources available at that time, the cycle proceeds to the \n next queue. This means that jobs added to higher priority queues might have to wait \n for jobs in multiple lower priority queues to complete before they are dispatched. \n You can use job dependencies to control the order for jobs from queues with different \n priorities. For more information, see Job Dependencies\n in the Batch User Guide.
\nThe instance type or family that this this override launch template should be applied to.
\nThis parameter is required when defining a launch template override.
\nInformation included in this parameter must meet the following requirements:
\nMust be a valid Amazon EC2 instance type or family.
\n\n optimal
isn't allowed.
\n targetInstanceTypes
can target only instance types and families that are included within the \n ComputeResource.instanceTypes
\n set. targetInstanceTypes
doesn't need to include all of the instances from the instanceType
set, but at least a subset. For example, if ComputeResource.instanceTypes
includes [m5, g5]
, targetInstanceTypes
can include [m5.2xlarge]
and [m5.large]
but not [c5.large]
.
\n targetInstanceTypes
included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
The instance type or family that this override launch template should be applied to.
\nThis parameter is required when defining a launch template override.
\nInformation included in this parameter must meet the following requirements:
\nMust be a valid Amazon EC2 instance type or family.
\n\n optimal
isn't allowed.
\n targetInstanceTypes
can target only instance types and families that are included within the \n ComputeResource.instanceTypes
\n set. targetInstanceTypes
doesn't need to include all of the instances from the instanceType
set, but at least a subset. For example, if ComputeResource.instanceTypes
includes [m5, g5]
, targetInstanceTypes
can include [m5.2xlarge]
and [m5.large]
but not [c5.large]
.
\n targetInstanceTypes
included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
The environment variables to pass to a container. This parameter maps to Env inthe Create a container\n section of the Docker Remote API\n and the --env
parameter to docker run.
We don't recommend using plaintext environment variables for sensitive information, such as\n credential data.
\nEnvironment variables cannot start with AWS_BATCH
. This naming convention is\n reserved for variables that Batch sets.
The environment variables to pass to a container. This parameter maps to Env in the Create a container\n section of the Docker Remote API\n and the --env
parameter to docker run.
We don't recommend using plaintext environment variables for sensitive information, such as\n credential data.
\nEnvironment variables cannot start with AWS_BATCH
. This naming convention is\n reserved for variables that Batch sets.