| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.IoTTopicRuleFirehoseAction
Synopsis
- data IoTTopicRuleFirehoseAction = IoTTopicRuleFirehoseAction {}
- ioTTopicRuleFirehoseAction :: Val Text -> Val Text -> IoTTopicRuleFirehoseAction
- ittrfaDeliveryStreamName :: Lens' IoTTopicRuleFirehoseAction (Val Text)
- ittrfaRoleArn :: Lens' IoTTopicRuleFirehoseAction (Val Text)
- ittrfaSeparator :: Lens' IoTTopicRuleFirehoseAction (Maybe (Val Text))
Documentation
data IoTTopicRuleFirehoseAction #
Full data type definition for IoTTopicRuleFirehoseAction. See
ioTTopicRuleFirehoseAction for a more convenient constructor.
Constructors
| IoTTopicRuleFirehoseAction | |
Instances
Arguments
| :: Val Text | |
| -> Val Text | |
| -> IoTTopicRuleFirehoseAction |
Constructor for IoTTopicRuleFirehoseAction containing required fields
as arguments.