| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.VpcLattice.Rule.HttpMatchProperty
Documentation
data PathMatchProperty Source #
Constructors
| PathMatchProperty | |
Fields
| |
Instances
data PathMatchTypeProperty Source #
Constructors
| PathMatchTypeProperty | |
Instances
| ToJSON PathMatchTypeProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.PathMatchTypeProperty Methods toJSON :: PathMatchTypeProperty -> Value # toEncoding :: PathMatchTypeProperty -> Encoding # toJSONList :: [PathMatchTypeProperty] -> Value # toEncodingList :: [PathMatchTypeProperty] -> Encoding # omitField :: PathMatchTypeProperty -> Bool # | |||||
| Show PathMatchTypeProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.PathMatchTypeProperty Methods showsPrec :: Int -> PathMatchTypeProperty -> ShowS # show :: PathMatchTypeProperty -> String # showList :: [PathMatchTypeProperty] -> ShowS # | |||||
| Eq PathMatchTypeProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.PathMatchTypeProperty Methods (==) :: PathMatchTypeProperty -> PathMatchTypeProperty -> Bool # (/=) :: PathMatchTypeProperty -> PathMatchTypeProperty -> Bool # | |||||
| ToResourceProperties PathMatchTypeProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.PathMatchTypeProperty Methods toResourceProperties :: PathMatchTypeProperty -> ResourceProperties # | |||||
| Property "Exact" PathMatchTypeProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.PathMatchTypeProperty Associated Types
Methods set :: PropertyType "Exact" PathMatchTypeProperty -> PathMatchTypeProperty -> PathMatchTypeProperty # | |||||
| Property "Prefix" PathMatchTypeProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.PathMatchTypeProperty Associated Types
Methods set :: PropertyType "Prefix" PathMatchTypeProperty -> PathMatchTypeProperty -> PathMatchTypeProperty # | |||||
| type PropertyType "Exact" PathMatchTypeProperty Source # | |||||
| type PropertyType "Prefix" PathMatchTypeProperty Source # | |||||
data HttpMatchProperty Source #
Constructors
| HttpMatchProperty | |
Fields
| |
Instances
| ToJSON HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Methods toJSON :: HttpMatchProperty -> Value # toEncoding :: HttpMatchProperty -> Encoding # toJSONList :: [HttpMatchProperty] -> Value # toEncodingList :: [HttpMatchProperty] -> Encoding # omitField :: HttpMatchProperty -> Bool # | |||||
| Show HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Methods showsPrec :: Int -> HttpMatchProperty -> ShowS # show :: HttpMatchProperty -> String # showList :: [HttpMatchProperty] -> ShowS # | |||||
| Eq HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Methods (==) :: HttpMatchProperty -> HttpMatchProperty -> Bool # (/=) :: HttpMatchProperty -> HttpMatchProperty -> Bool # | |||||
| ToResourceProperties HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Methods toResourceProperties :: HttpMatchProperty -> ResourceProperties # | |||||
| Property "HeaderMatches" HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Associated Types
Methods set :: PropertyType "HeaderMatches" HttpMatchProperty -> HttpMatchProperty -> HttpMatchProperty # | |||||
| Property "Method" HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Associated Types
Methods set :: PropertyType "Method" HttpMatchProperty -> HttpMatchProperty -> HttpMatchProperty # | |||||
| Property "PathMatch" HttpMatchProperty Source # | |||||
Defined in Stratosphere.VpcLattice.Rule.HttpMatchProperty Associated Types
Methods set :: PropertyType "PathMatch" HttpMatchProperty -> HttpMatchProperty -> HttpMatchProperty # | |||||
| type PropertyType "HeaderMatches" HttpMatchProperty Source # | |||||
| type PropertyType "Method" HttpMatchProperty Source # | |||||
| type PropertyType "PathMatch" HttpMatchProperty Source # | |||||