Uses of Interface
software.amazon.awscdk.interfaces.batch.ISchedulingPolicyRef
Packages that use ISchedulingPolicyRef
Package
Description
AWS Batch Construct Library
-
Uses of ISchedulingPolicyRef in software.amazon.awscdk.interfaces.batch
Subinterfaces of ISchedulingPolicyRef in software.amazon.awscdk.interfaces.batchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISchedulingPolicyRef.Classes in software.amazon.awscdk.interfaces.batch that implement ISchedulingPolicyRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ISchedulingPolicyRef in software.amazon.awscdk.services.batch
Subinterfaces of ISchedulingPolicyRef in software.amazon.awscdk.services.batchModifier and TypeInterfaceDescriptioninterfaceRepresents a Fairshare Scheduling Policy.static interfaceInternal default implementation forIFairshareSchedulingPolicy.interfaceRepresents a Scheduling Policy.static interfaceInternal default implementation forISchedulingPolicy.Classes in software.amazon.awscdk.services.batch that implement ISchedulingPolicyRefModifier and TypeClassDescriptionclassTheAWS::Batch::SchedulingPolicyresource specifies the parameters for an AWS Batch scheduling policy.classRepresents a Fairshare Scheduling Policy.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.batch that return ISchedulingPolicyRefModifier and TypeMethodDescriptiondefault ISchedulingPolicyRefJobQueueProps.getSchedulingPolicy()The SchedulingPolicy for this JobQueue.final ISchedulingPolicyRefJobQueueProps.Jsii$Proxy.getSchedulingPolicy()Methods in software.amazon.awscdk.services.batch with parameters of type ISchedulingPolicyRefModifier and TypeMethodDescriptionstatic StringCfnSchedulingPolicy.arnForSchedulingPolicy(ISchedulingPolicyRef resource) JobQueue.Builder.schedulingPolicy(ISchedulingPolicyRef schedulingPolicy) The SchedulingPolicy for this JobQueue.JobQueueProps.Builder.schedulingPolicy(ISchedulingPolicyRef schedulingPolicy) Sets the value ofJobQueueProps.getSchedulingPolicy()CfnJobQueue.Builder.schedulingPolicyArn(ISchedulingPolicyRef schedulingPolicyArn) The Amazon Resource Name (ARN) of the scheduling policy.CfnJobQueueProps.Builder.schedulingPolicyArn(ISchedulingPolicyRef schedulingPolicyArn) Sets the value ofCfnJobQueueProps.getSchedulingPolicyArn()