stratosphere-gamelift-1.0.0: Stratosphere integration for AWS GameLift.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.GameLift.GameServerGroup

Documentation

data AutoScalingPolicyProperty Source #

Instances

Instances details
ToJSON AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

Show AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

Eq AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

ToResourceProperties AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

Property "EstimatedInstanceWarmup" AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

Associated Types

type PropertyType "EstimatedInstanceWarmup" AutoScalingPolicyProperty 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

type PropertyType "EstimatedInstanceWarmup" AutoScalingPolicyProperty = Value Double
Property "TargetTrackingConfiguration" AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

Associated Types

type PropertyType "TargetTrackingConfiguration" AutoScalingPolicyProperty 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

type PropertyType "EstimatedInstanceWarmup" AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

type PropertyType "EstimatedInstanceWarmup" AutoScalingPolicyProperty = Value Double
type PropertyType "TargetTrackingConfiguration" AutoScalingPolicyProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.AutoScalingPolicyProperty

data TargetTrackingConfigurationProperty Source #

Instances

Instances details
ToJSON TargetTrackingConfigurationProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.TargetTrackingConfigurationProperty

Show TargetTrackingConfigurationProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.TargetTrackingConfigurationProperty

Eq TargetTrackingConfigurationProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.TargetTrackingConfigurationProperty

ToResourceProperties TargetTrackingConfigurationProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.TargetTrackingConfigurationProperty

Property "TargetValue" TargetTrackingConfigurationProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.TargetTrackingConfigurationProperty

type PropertyType "TargetValue" TargetTrackingConfigurationProperty Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup.TargetTrackingConfigurationProperty

data GameServerGroup Source #

Constructors

GameServerGroup

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-gameservergroup.html

Fields

Instances

Instances details
ToJSON GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Show GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Eq GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

ToResourceProperties GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Property "AutoScalingPolicy" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "AutoScalingPolicy" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Methods

set :: PropertyType "AutoScalingPolicy" GameServerGroup -> GameServerGroup -> GameServerGroup #

Property "BalancingStrategy" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "BalancingStrategy" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "BalancingStrategy" GameServerGroup = Value Text

Methods

set :: PropertyType "BalancingStrategy" GameServerGroup -> GameServerGroup -> GameServerGroup #

Property "DeleteOption" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "DeleteOption" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "DeleteOption" GameServerGroup = Value Text
Property "GameServerGroupName" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "GameServerGroupName" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "GameServerGroupName" GameServerGroup = Value Text

Methods

set :: PropertyType "GameServerGroupName" GameServerGroup -> GameServerGroup -> GameServerGroup #

Property "GameServerProtectionPolicy" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "GameServerProtectionPolicy" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "GameServerProtectionPolicy" GameServerGroup = Value Text

Methods

set :: PropertyType "GameServerProtectionPolicy" GameServerGroup -> GameServerGroup -> GameServerGroup #

Property "InstanceDefinitions" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "InstanceDefinitions" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Methods

set :: PropertyType "InstanceDefinitions" GameServerGroup -> GameServerGroup -> GameServerGroup #

Property "LaunchTemplate" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "LaunchTemplate" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Property "MaxSize" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "MaxSize" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Property "MinSize" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "MinSize" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Property "RoleArn" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "RoleArn" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Property "Tags" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "Tags" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Property "VpcSubnets" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

Associated Types

type PropertyType "VpcSubnets" GameServerGroup 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "AutoScalingPolicy" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "BalancingStrategy" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "BalancingStrategy" GameServerGroup = Value Text
type PropertyType "DeleteOption" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "DeleteOption" GameServerGroup = Value Text
type PropertyType "GameServerGroupName" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "GameServerGroupName" GameServerGroup = Value Text
type PropertyType "GameServerProtectionPolicy" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "GameServerProtectionPolicy" GameServerGroup = Value Text
type PropertyType "InstanceDefinitions" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "LaunchTemplate" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "MaxSize" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "MinSize" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "RoleArn" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "Tags" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup

type PropertyType "VpcSubnets" GameServerGroup Source # 
Instance details

Defined in Stratosphere.GameLift.GameServerGroup