Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.LogsDestination
Description
- data LogsDestination = LogsDestination {}
- logsDestination :: Val Text -> Val Text -> Val Text -> Val Text -> LogsDestination
- ldDestinationName :: Lens' LogsDestination (Val Text)
- ldDestinationPolicy :: Lens' LogsDestination (Val Text)
- ldRoleArn :: Lens' LogsDestination (Val Text)
- ldTargetArn :: Lens' LogsDestination (Val Text)
Documentation
data LogsDestination #
Full data type definition for LogsDestination. See logsDestination
for
a more convenient constructor.
Constructors
LogsDestination | |
Instances
Constructor for LogsDestination
containing required fields as
arguments.