Interface ISchedulingPolicy
Represents a Scheduling Policy.
Inherited Members
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISchedulingPolicy : IResource, ISchedulingPolicyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ISchedulingPolicy Inherits IResource, ISchedulingPolicyRef, IConstruct, IDependable, IEnvironmentAware
Remarks
Scheduling Policies tell the Batch Job Scheduler how to schedule incoming jobs.
Synopsis
Properties
| SchedulingPolicyArn | The arn of this scheduling policy. |
| SchedulingPolicyName | The name of this scheduling policy. |
Properties
SchedulingPolicyArn
The arn of this scheduling policy.
string SchedulingPolicyArn { get; }
Property Value
Remarks
Attribute: true
SchedulingPolicyName
The name of this scheduling policy.
string SchedulingPolicyName { get; }
Property Value
Remarks
Attribute: true