| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedulingPolicy.Builder |
CfnSchedulingPolicy.Builder.create(software.constructs.Construct scope,
String id) |
CfnSchedulingPolicy.Builder |
CfnSchedulingPolicy.Builder.fairsharePolicy(CfnSchedulingPolicy.FairsharePolicyProperty fairsharePolicy)
The fair share policy of the scheduling policy.
|
CfnSchedulingPolicy.Builder |
CfnSchedulingPolicy.Builder.fairsharePolicy(IResolvable fairsharePolicy)
The fair share policy of the scheduling policy.
|
CfnSchedulingPolicy.Builder |
CfnSchedulingPolicy.Builder.name(String name)
The name of the scheduling policy.
|
CfnSchedulingPolicy.Builder |
CfnSchedulingPolicy.Builder.tags(Map<String,String> tags)
The tags that you apply to the scheduling policy to help you categorize and organize your resources.
|
Copyright © 2022. All rights reserved.