@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.581Z") @Stability(value=Stable) public interface CfnSchedulingPolicyProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.batch.*;
CfnSchedulingPolicyProps cfnSchedulingPolicyProps = CfnSchedulingPolicyProps.builder()
.fairsharePolicy(FairsharePolicyProperty.builder()
.computeReservation(123)
.shareDecaySeconds(123)
.shareDistribution(List.of(ShareAttributesProperty.builder()
.shareIdentifier("shareIdentifier")
.weightFactor(123)
.build()))
.build())
.name("name")
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchedulingPolicyProps.Builder
A builder for
CfnSchedulingPolicyProps |
static class |
CfnSchedulingPolicyProps.Jsii$Proxy
An implementation for
CfnSchedulingPolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedulingPolicyProps.Builder |
builder() |
default Object |
getFairsharePolicy()
`AWS::Batch::SchedulingPolicy.FairsharePolicy`.
|
default String |
getName()
`AWS::Batch::SchedulingPolicy.Name`.
|
default Map<String,String> |
getTags()
`AWS::Batch::SchedulingPolicy.Tags`.
|
@Stability(value=Stable) @Nullable default Object getFairsharePolicy()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnSchedulingPolicyProps.Builder builder()
CfnSchedulingPolicyProps.Builder of CfnSchedulingPolicyPropsCopyright © 2022. All rights reserved.