Stratosphere.EC2.EC2Fleet
module Stratosphere.EC2.EC2Fleet.FleetLaunchTemplateConfigRequestProperty
module Stratosphere.EC2.EC2Fleet.OnDemandOptionsRequestProperty
module Stratosphere.EC2.EC2Fleet.SpotOptionsRequestProperty
module Stratosphere.EC2.EC2Fleet.TagSpecificationProperty
module Stratosphere.EC2.EC2Fleet.TargetCapacitySpecificationRequestProperty
data EC2Fleet Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-context
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-launchtemplateconfigs
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-ondemandoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-spotoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-tagspecifications
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-targetcapacityspecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil
Defined in Stratosphere.EC2.EC2Fleet
Methods
toJSON :: EC2Fleet -> Value #
toEncoding :: EC2Fleet -> Encoding #
toJSONList :: [EC2Fleet] -> Value #
toEncodingList :: [EC2Fleet] -> Encoding #
omitField :: EC2Fleet -> Bool #
showsPrec :: Int -> EC2Fleet -> ShowS #
show :: EC2Fleet -> String #
showList :: [EC2Fleet] -> ShowS #
(==) :: EC2Fleet -> EC2Fleet -> Bool #
(/=) :: EC2Fleet -> EC2Fleet -> Bool #
toResourceProperties :: EC2Fleet -> ResourceProperties #
Associated Types
set :: PropertyType "Context" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "ExcessCapacityTerminationPolicy" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "LaunchTemplateConfigs" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "OnDemandOptions" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "ReplaceUnhealthyInstances" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "SpotOptions" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "TagSpecifications" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "TargetCapacitySpecification" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "TerminateInstancesWithExpiration" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "Type" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "ValidFrom" EC2Fleet -> EC2Fleet -> EC2Fleet #
set :: PropertyType "ValidUntil" EC2Fleet -> EC2Fleet -> EC2Fleet #
mkEC2Fleet :: [FleetLaunchTemplateConfigRequestProperty] -> TargetCapacitySpecificationRequestProperty -> EC2Fleet Source #