SchedulingPolicyDetail - AWS Batch
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

SchedulingPolicyDetail

An object that represents a scheduling policy.

Contents

arn

The Amazon Resource Name (ARN) of the scheduling policy. An example is arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority .

Type: String

Required: Yes

name

The name of the fair-share scheduling policy.

Type: String

Required: Yes

fairsharePolicy

The fair-share scheduling policy details.

Type: FairsharePolicy object

Required: No

quotaSharePolicy

The quota share scheduling policy details.

Type: QuotaSharePolicy object

Required: No

tags

The tags that you apply to the fair-share scheduling policy to categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging AWS resources in AWS General Reference.

Type: String to string map

Map Entries: Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Value Length Constraints: Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: