| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.GuardDutyIPSet
Description
- data GuardDutyIPSet = GuardDutyIPSet {}
- guardDutyIPSet :: Val Bool -> Val Text -> Val Text -> Val Text -> GuardDutyIPSet
- gdipsActivate :: Lens' GuardDutyIPSet (Val Bool)
- gdipsDetectorId :: Lens' GuardDutyIPSet (Val Text)
- gdipsFormat :: Lens' GuardDutyIPSet (Val Text)
- gdipsLocation :: Lens' GuardDutyIPSet (Val Text)
- gdipsName :: Lens' GuardDutyIPSet (Maybe (Val Text))
Documentation
data GuardDutyIPSet #
Full data type definition for GuardDutyIPSet. See guardDutyIPSet for a
more convenient constructor.
Constructors
| GuardDutyIPSet | |
Fields | |
Instances
Constructor for GuardDutyIPSet containing required fields as arguments.
gdipsActivate :: Lens' GuardDutyIPSet (Val Bool) #
gdipsFormat :: Lens' GuardDutyIPSet (Val Text) #
gdipsLocation :: Lens' GuardDutyIPSet (Val Text) #