interface ServiceEnvironmentOrderProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.CfnJobQueue.ServiceEnvironmentOrderProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobQueue_ServiceEnvironmentOrderProperty |
![]() | software.amazon.awscdk.services.batch.CfnJobQueue.ServiceEnvironmentOrderProperty |
![]() | aws_cdk.aws_batch.CfnJobQueue.ServiceEnvironmentOrderProperty |
![]() | aws-cdk-lib » aws_batch » CfnJobQueue » ServiceEnvironmentOrderProperty |
Specifies the order of a service environment for a job queue.
This determines the priority order when multiple service environments are associated with the same job queue.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const serviceEnvironmentOrderProperty: batch.CfnJobQueue.ServiceEnvironmentOrderProperty = {
order: 123,
serviceEnvironment: 'serviceEnvironment',
};
Properties
Name | Type | Description |
---|---|---|
order | number | The order of the service environment. |
service | string | The name or ARN of the service environment. |
order
Type:
number
The order of the service environment.
Job queues with a higher priority are evaluated first when associated with the same service environment.
serviceEnvironment
Type:
string
The name or ARN of the service environment.