| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Events.Endpoint.RoutingConfigProperty
Documentation
data FailoverConfigProperty Source #
Constructors
| FailoverConfigProperty | |
Fields | |
Instances
data PrimaryProperty Source #
Constructors
| PrimaryProperty | |
Instances
| ToJSON PrimaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.PrimaryProperty Methods toJSON :: PrimaryProperty -> Value # toEncoding :: PrimaryProperty -> Encoding # toJSONList :: [PrimaryProperty] -> Value # toEncodingList :: [PrimaryProperty] -> Encoding # omitField :: PrimaryProperty -> Bool # | |||||
| Show PrimaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.PrimaryProperty Methods showsPrec :: Int -> PrimaryProperty -> ShowS # show :: PrimaryProperty -> String # showList :: [PrimaryProperty] -> ShowS # | |||||
| Eq PrimaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.PrimaryProperty Methods (==) :: PrimaryProperty -> PrimaryProperty -> Bool # (/=) :: PrimaryProperty -> PrimaryProperty -> Bool # | |||||
| ToResourceProperties PrimaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.PrimaryProperty Methods toResourceProperties :: PrimaryProperty -> ResourceProperties # | |||||
| Property "HealthCheck" PrimaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.PrimaryProperty Associated Types
Methods set :: PropertyType "HealthCheck" PrimaryProperty -> PrimaryProperty -> PrimaryProperty # | |||||
| type PropertyType "HealthCheck" PrimaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.PrimaryProperty | |||||
data SecondaryProperty Source #
Constructors
| SecondaryProperty | |
Fields
| |
Instances
| ToJSON SecondaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.SecondaryProperty Methods toJSON :: SecondaryProperty -> Value # toEncoding :: SecondaryProperty -> Encoding # toJSONList :: [SecondaryProperty] -> Value # toEncodingList :: [SecondaryProperty] -> Encoding # omitField :: SecondaryProperty -> Bool # | |||||
| Show SecondaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.SecondaryProperty Methods showsPrec :: Int -> SecondaryProperty -> ShowS # show :: SecondaryProperty -> String # showList :: [SecondaryProperty] -> ShowS # | |||||
| Eq SecondaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.SecondaryProperty Methods (==) :: SecondaryProperty -> SecondaryProperty -> Bool # (/=) :: SecondaryProperty -> SecondaryProperty -> Bool # | |||||
| ToResourceProperties SecondaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.SecondaryProperty Methods toResourceProperties :: SecondaryProperty -> ResourceProperties # | |||||
| Property "Route" SecondaryProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.SecondaryProperty Associated Types
Methods set :: PropertyType "Route" SecondaryProperty -> SecondaryProperty -> SecondaryProperty # | |||||
| type PropertyType "Route" SecondaryProperty Source # | |||||
data RoutingConfigProperty Source #
Constructors
| RoutingConfigProperty | |
Instances
| ToJSON RoutingConfigProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.RoutingConfigProperty Methods toJSON :: RoutingConfigProperty -> Value # toEncoding :: RoutingConfigProperty -> Encoding # toJSONList :: [RoutingConfigProperty] -> Value # toEncodingList :: [RoutingConfigProperty] -> Encoding # omitField :: RoutingConfigProperty -> Bool # | |||||
| Show RoutingConfigProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.RoutingConfigProperty Methods showsPrec :: Int -> RoutingConfigProperty -> ShowS # show :: RoutingConfigProperty -> String # showList :: [RoutingConfigProperty] -> ShowS # | |||||
| Eq RoutingConfigProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.RoutingConfigProperty Methods (==) :: RoutingConfigProperty -> RoutingConfigProperty -> Bool # (/=) :: RoutingConfigProperty -> RoutingConfigProperty -> Bool # | |||||
| ToResourceProperties RoutingConfigProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.RoutingConfigProperty Methods toResourceProperties :: RoutingConfigProperty -> ResourceProperties # | |||||
| Property "FailoverConfig" RoutingConfigProperty Source # | |||||
Defined in Stratosphere.Events.Endpoint.RoutingConfigProperty Associated Types
Methods set :: PropertyType "FailoverConfig" RoutingConfigProperty -> RoutingConfigProperty -> RoutingConfigProperty # | |||||
| type PropertyType "FailoverConfig" RoutingConfigProperty Source # | |||||