Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.RDSEventSubscription
- 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 #
Full data type definition for RDSEventSubscription. See
rdsEventSubscription
for a more convenient constructor.
Constructors
RDSEventSubscription | |
Arguments
:: Val Text | |
-> RDSEventSubscription |
Constructor for RDSEventSubscription
containing required fields as
arguments.
rdsesEnabled :: Lens' RDSEventSubscription (Maybe (Val Bool)) #