stratosphere-ecs-1.0.0: Stratosphere integration for AWS ECS.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ECS.CapacityProvider

Documentation

data AutoScalingGroupProviderProperty Source #

Instances

Instances details
ToJSON AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Show AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Eq AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

ToResourceProperties AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Property "AutoScalingGroupArn" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Property "ManagedDraining" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Property "ManagedScaling" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Property "ManagedTerminationProtection" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

Associated Types

type PropertyType "ManagedTerminationProtection" AutoScalingGroupProviderProperty 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

type PropertyType "ManagedTerminationProtection" AutoScalingGroupProviderProperty = Value Text
type PropertyType "AutoScalingGroupArn" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

type PropertyType "ManagedDraining" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

type PropertyType "ManagedScaling" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

type PropertyType "ManagedTerminationProtection" AutoScalingGroupProviderProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.AutoScalingGroupProviderProperty

type PropertyType "ManagedTerminationProtection" AutoScalingGroupProviderProperty = Value Text

data ManagedScalingProperty Source #

Instances

Instances details
ToJSON ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Show ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Eq ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

ToResourceProperties ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Property "InstanceWarmupPeriod" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Associated Types

type PropertyType "InstanceWarmupPeriod" ManagedScalingProperty 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "InstanceWarmupPeriod" ManagedScalingProperty = Value Integer
Property "MaximumScalingStepSize" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Associated Types

type PropertyType "MaximumScalingStepSize" ManagedScalingProperty 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "MaximumScalingStepSize" ManagedScalingProperty = Value Integer
Property "MinimumScalingStepSize" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Associated Types

type PropertyType "MinimumScalingStepSize" ManagedScalingProperty 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "MinimumScalingStepSize" ManagedScalingProperty = Value Integer
Property "Status" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Property "TargetCapacity" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

Associated Types

type PropertyType "TargetCapacity" ManagedScalingProperty 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "InstanceWarmupPeriod" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "InstanceWarmupPeriod" ManagedScalingProperty = Value Integer
type PropertyType "MaximumScalingStepSize" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "MaximumScalingStepSize" ManagedScalingProperty = Value Integer
type PropertyType "MinimumScalingStepSize" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "MinimumScalingStepSize" ManagedScalingProperty = Value Integer
type PropertyType "Status" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

type PropertyType "TargetCapacity" ManagedScalingProperty Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider.ManagedScalingProperty

data CapacityProvider Source #

Instances

Instances details
ToJSON CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Show CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Eq CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

ToResourceProperties CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Property "AutoScalingGroupProvider" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Associated Types

type PropertyType "AutoScalingGroupProvider" CapacityProvider 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Methods

set :: PropertyType "AutoScalingGroupProvider" CapacityProvider -> CapacityProvider -> CapacityProvider #

Property "ClusterName" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Associated Types

type PropertyType "ClusterName" CapacityProvider 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Property "ManagedInstancesProvider" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Associated Types

type PropertyType "ManagedInstancesProvider" CapacityProvider 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Methods

set :: PropertyType "ManagedInstancesProvider" CapacityProvider -> CapacityProvider -> CapacityProvider #

Property "Name" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Associated Types

type PropertyType "Name" CapacityProvider 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Property "Tags" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

Associated Types

type PropertyType "Tags" CapacityProvider 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

type PropertyType "AutoScalingGroupProvider" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

type PropertyType "ClusterName" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

type PropertyType "ManagedInstancesProvider" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

type PropertyType "Name" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider

type PropertyType "Tags" CapacityProvider Source # 
Instance details

Defined in Stratosphere.ECS.CapacityProvider