Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.RDSEventSubscription
Description
Synopsis
- data RDSEventSubscription = RDSEventSubscription {}
- rdsEventSubscription :: Val Text -> RDSEventSubscription
- rdsesEnabled :: Lens' RDSEventSubscription (Maybe (Val Bool))
- rdsesEventCategories :: Lens' RDSEventSubscription (Maybe (ValList Text))
- rdsesSnsTopicArn :: Lens' RDSEventSubscription (Val Text)
- rdsesSourceIds :: Lens' RDSEventSubscription (Maybe (ValList Text))
- rdsesSourceType :: Lens' RDSEventSubscription (Maybe (Val Text))
Documentation
data RDSEventSubscription Source #
Full data type definition for RDSEventSubscription. See
rdsEventSubscription
for a more convenient constructor.
Constructors
RDSEventSubscription | |
Instances
Show RDSEventSubscription Source # | |
Defined in Stratosphere.Resources.RDSEventSubscription Methods showsPrec :: Int -> RDSEventSubscription -> ShowS # show :: RDSEventSubscription -> String # showList :: [RDSEventSubscription] -> ShowS # | |
Eq RDSEventSubscription Source # | |
Defined in Stratosphere.Resources.RDSEventSubscription Methods (==) :: RDSEventSubscription -> RDSEventSubscription -> Bool # (/=) :: RDSEventSubscription -> RDSEventSubscription -> Bool # | |
ToResourceProperties RDSEventSubscription Source # | |
Defined in Stratosphere.Resources.RDSEventSubscription Methods toResourceProperties :: RDSEventSubscription -> ResourceProperties Source # |
Arguments
:: Val Text | |
-> RDSEventSubscription |
Constructor for RDSEventSubscription
containing required fields as
arguments.
rdsesEnabled :: Lens' RDSEventSubscription (Maybe (Val Bool)) Source #