Stratosphere.Batch.JobQueue
module Stratosphere.Batch.JobQueue.ComputeEnvironmentOrderProperty
module Stratosphere.Batch.JobQueue.JobStateTimeLimitActionProperty
module Stratosphere.Batch.JobQueue.ServiceEnvironmentOrderProperty
data JobQueue Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-computeenvironmentorder
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobstatetimelimitactions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-priority
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-schedulingpolicyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-serviceenvironmentorder
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-state
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-tags
Defined in Stratosphere.Batch.JobQueue
Methods
toJSON :: JobQueue -> Value #
toEncoding :: JobQueue -> Encoding #
toJSONList :: [JobQueue] -> Value #
toEncodingList :: [JobQueue] -> Encoding #
omitField :: JobQueue -> Bool #
showsPrec :: Int -> JobQueue -> ShowS #
show :: JobQueue -> String #
showList :: [JobQueue] -> ShowS #
(==) :: JobQueue -> JobQueue -> Bool #
(/=) :: JobQueue -> JobQueue -> Bool #
toResourceProperties :: JobQueue -> ResourceProperties #
Associated Types
set :: PropertyType "ComputeEnvironmentOrder" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "JobQueueName" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "JobQueueType" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "JobStateTimeLimitActions" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "Priority" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "SchedulingPolicyArn" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "ServiceEnvironmentOrder" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "State" JobQueue -> JobQueue -> JobQueue #
set :: PropertyType "Tags" JobQueue -> JobQueue -> JobQueue #
mkJobQueue :: Value Integer -> JobQueue Source #