| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.VpcLattice.Rule.ActionProperty
Documentation
data ForwardProperty Source #
Constructors
| ForwardProperty | |
Fields | |
Instances
data WeightedTargetGroupProperty Source #
Constructors
| WeightedTargetGroupProperty | |
Fields
| |
Instances
| ToJSON WeightedTargetGroupProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.WeightedTargetGroupProperty Methods toJSON :: WeightedTargetGroupProperty -> Value # toEncoding :: WeightedTargetGroupProperty -> Encoding # toJSONList :: [WeightedTargetGroupProperty] -> Value # toEncodingList :: [WeightedTargetGroupProperty] -> Encoding # | |||||
| Show WeightedTargetGroupProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.WeightedTargetGroupProperty Methods showsPrec :: Int -> WeightedTargetGroupProperty -> ShowS # show :: WeightedTargetGroupProperty -> String # showList :: [WeightedTargetGroupProperty] -> ShowS # | |||||
| Eq WeightedTargetGroupProperty Source # | |||||
| ToResourceProperties WeightedTargetGroupProperty Source # | |||||
| Property "TargetGroupIdentifier" WeightedTargetGroupProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.WeightedTargetGroupProperty Associated Types
Methods set :: PropertyType "TargetGroupIdentifier" WeightedTargetGroupProperty -> WeightedTargetGroupProperty -> WeightedTargetGroupProperty # | |||||
| Property "Weight" WeightedTargetGroupProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.WeightedTargetGroupProperty Associated Types
Methods set :: PropertyType "Weight" WeightedTargetGroupProperty -> WeightedTargetGroupProperty -> WeightedTargetGroupProperty # | |||||
| type PropertyType "TargetGroupIdentifier" WeightedTargetGroupProperty Source # | |||||
| type PropertyType "Weight" WeightedTargetGroupProperty Source # | |||||
data ActionProperty Source #
Constructors
| ActionProperty | |
Fields | |
Instances
| ToJSON ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty Methods toJSON :: ActionProperty -> Value # toEncoding :: ActionProperty -> Encoding # toJSONList :: [ActionProperty] -> Value # toEncodingList :: [ActionProperty] -> Encoding # omitField :: ActionProperty -> Bool # | |||||
| Show ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty Methods showsPrec :: Int -> ActionProperty -> ShowS # show :: ActionProperty -> String # showList :: [ActionProperty] -> ShowS # | |||||
| Eq ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty Methods (==) :: ActionProperty -> ActionProperty -> Bool # (/=) :: ActionProperty -> ActionProperty -> Bool # | |||||
| ToResourceProperties ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty Methods toResourceProperties :: ActionProperty -> ResourceProperties # | |||||
| Property "FixedResponse" ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty Associated Types
Methods set :: PropertyType "FixedResponse" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "Forward" ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty Associated Types
Methods set :: PropertyType "Forward" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| type PropertyType "FixedResponse" ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty | |||||
| type PropertyType "Forward" ActionProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.ActionProperty | |||||