| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ECS.CapacityProvider
Documentation
data AutoScalingGroupProviderProperty Source #
Constructors
| AutoScalingGroupProviderProperty | |
Fields | |
Instances
data ManagedScalingProperty Source #
Constructors
| ManagedScalingProperty | |
Fields
| |
Instances
| ToJSON ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Methods toJSON :: ManagedScalingProperty -> Value # toEncoding :: ManagedScalingProperty -> Encoding # toJSONList :: [ManagedScalingProperty] -> Value # toEncodingList :: [ManagedScalingProperty] -> Encoding # omitField :: ManagedScalingProperty -> Bool # | |||||
| Show ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Methods showsPrec :: Int -> ManagedScalingProperty -> ShowS # show :: ManagedScalingProperty -> String # showList :: [ManagedScalingProperty] -> ShowS # | |||||
| Eq ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Methods (==) :: ManagedScalingProperty -> ManagedScalingProperty -> Bool # (/=) :: ManagedScalingProperty -> ManagedScalingProperty -> Bool # | |||||
| ToResourceProperties ManagedScalingProperty Source # | |||||
| Property "InstanceWarmupPeriod" ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Associated Types
Methods set :: PropertyType "InstanceWarmupPeriod" ManagedScalingProperty -> ManagedScalingProperty -> ManagedScalingProperty # | |||||
| Property "MaximumScalingStepSize" ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Associated Types
Methods set :: PropertyType "MaximumScalingStepSize" ManagedScalingProperty -> ManagedScalingProperty -> ManagedScalingProperty # | |||||
| Property "MinimumScalingStepSize" ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Associated Types
Methods set :: PropertyType "MinimumScalingStepSize" ManagedScalingProperty -> ManagedScalingProperty -> ManagedScalingProperty # | |||||
| Property "Status" ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Associated Types
Methods set :: PropertyType "Status" ManagedScalingProperty -> ManagedScalingProperty -> ManagedScalingProperty # | |||||
| Property "TargetCapacity" ManagedScalingProperty Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty Associated Types
Methods set :: PropertyType "TargetCapacity" ManagedScalingProperty -> ManagedScalingProperty -> ManagedScalingProperty # | |||||
| type PropertyType "InstanceWarmupPeriod" ManagedScalingProperty Source # | |||||
| type PropertyType "MaximumScalingStepSize" ManagedScalingProperty Source # | |||||
| type PropertyType "MinimumScalingStepSize" ManagedScalingProperty Source # | |||||
| type PropertyType "Status" ManagedScalingProperty Source # | |||||
| type PropertyType "TargetCapacity" ManagedScalingProperty Source # | |||||
data CapacityProvider Source #
Constructors
| CapacityProvider | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html |
Fields | |
Instances
| ToJSON CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Methods toJSON :: CapacityProvider -> Value # toEncoding :: CapacityProvider -> Encoding # toJSONList :: [CapacityProvider] -> Value # toEncodingList :: [CapacityProvider] -> Encoding # omitField :: CapacityProvider -> Bool # | |||||
| Show CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Methods showsPrec :: Int -> CapacityProvider -> ShowS # show :: CapacityProvider -> String # showList :: [CapacityProvider] -> ShowS # | |||||
| Eq CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Methods (==) :: CapacityProvider -> CapacityProvider -> Bool # (/=) :: CapacityProvider -> CapacityProvider -> Bool # | |||||
| ToResourceProperties CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Methods toResourceProperties :: CapacityProvider -> ResourceProperties # | |||||
| Property "AutoScalingGroupProvider" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Associated Types
Methods set :: PropertyType "AutoScalingGroupProvider" CapacityProvider -> CapacityProvider -> CapacityProvider # | |||||
| Property "ClusterName" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Associated Types
Methods set :: PropertyType "ClusterName" CapacityProvider -> CapacityProvider -> CapacityProvider # | |||||
| Property "ManagedInstancesProvider" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Associated Types
Methods set :: PropertyType "ManagedInstancesProvider" CapacityProvider -> CapacityProvider -> CapacityProvider # | |||||
| Property "Name" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Associated Types
Methods set :: PropertyType "Name" CapacityProvider -> CapacityProvider -> CapacityProvider # | |||||
| Property "Tags" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider Associated Types
Methods set :: PropertyType "Tags" CapacityProvider -> CapacityProvider -> CapacityProvider # | |||||
| type PropertyType "AutoScalingGroupProvider" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider | |||||
| type PropertyType "ClusterName" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider | |||||
| type PropertyType "ManagedInstancesProvider" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider | |||||
| type PropertyType "Name" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider | |||||
| type PropertyType "Tags" CapacityProvider Source # | |||||
Defined in Stratosphere.ECS.CapacityProvider | |||||