Stratosphere.Deadline.Limit
data Limit Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-limit.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-limit.html#cfn-deadline-limit-amountrequirementname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-limit.html#cfn-deadline-limit-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-limit.html#cfn-deadline-limit-displayname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-limit.html#cfn-deadline-limit-farmid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-limit.html#cfn-deadline-limit-maxcount
Defined in Stratosphere.Deadline.Limit
Methods
toJSON :: Limit -> Value #
toEncoding :: Limit -> Encoding #
toJSONList :: [Limit] -> Value #
toEncodingList :: [Limit] -> Encoding #
omitField :: Limit -> Bool #
showsPrec :: Int -> Limit -> ShowS #
show :: Limit -> String #
showList :: [Limit] -> ShowS #
(==) :: Limit -> Limit -> Bool #
(/=) :: Limit -> Limit -> Bool #
toResourceProperties :: Limit -> ResourceProperties #
Associated Types
set :: PropertyType "AmountRequirementName" Limit -> Limit -> Limit #
set :: PropertyType "Description" Limit -> Limit -> Limit #
set :: PropertyType "DisplayName" Limit -> Limit -> Limit #
set :: PropertyType "FarmId" Limit -> Limit -> Limit #
set :: PropertyType "MaxCount" Limit -> Limit -> Limit #
mkLimit :: Value Text -> Value Text -> Value Text -> Value Integer -> Limit Source #