Show / Hide Table of Contents

Interface ISchedulingPolicy

Represents a Scheduling Policy.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
ISchedulingPolicyRef.SchedulingPolicyRef
IEnvironmentAware.Env
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

string

Remarks

Attribute: true

SchedulingPolicyName

The name of this scheduling policy.

string SchedulingPolicyName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX