Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.DMSEventSubscription
- data DMSEventSubscription = DMSEventSubscription {
- _dMSEventSubscriptionEnabled :: Maybe (Val Bool)
- _dMSEventSubscriptionEventCategories :: Maybe (ValList Text)
- _dMSEventSubscriptionSnsTopicArn :: Val Text
- _dMSEventSubscriptionSourceIds :: Maybe (ValList Text)
- _dMSEventSubscriptionSourceType :: Maybe (Val Text)
- _dMSEventSubscriptionSubscriptionName :: Maybe (Val Text)
- _dMSEventSubscriptionTags :: Maybe [Tag]
- dmsEventSubscription :: Val Text -> DMSEventSubscription
- dmsesEnabled :: Lens' DMSEventSubscription (Maybe (Val Bool))
- dmsesEventCategories :: Lens' DMSEventSubscription (Maybe (ValList Text))
- dmsesSnsTopicArn :: Lens' DMSEventSubscription (Val Text)
- dmsesSourceIds :: Lens' DMSEventSubscription (Maybe (ValList Text))
- dmsesSourceType :: Lens' DMSEventSubscription (Maybe (Val Text))
- dmsesSubscriptionName :: Lens' DMSEventSubscription (Maybe (Val Text))
- dmsesTags :: Lens' DMSEventSubscription (Maybe [Tag])
Documentation
data DMSEventSubscription #
Full data type definition for DMSEventSubscription. See
dmsEventSubscription
for a more convenient constructor.
Constructors
Arguments
:: Val Text | |
-> DMSEventSubscription |
Constructor for DMSEventSubscription
containing required fields as
arguments.
dmsesEnabled :: Lens' DMSEventSubscription (Maybe (Val Bool)) #