| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.LogsDestination
Description
Synopsis
- 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
| Eq LogsDestination # | |
Defined in Stratosphere.Resources.LogsDestination Methods (==) :: LogsDestination -> LogsDestination -> Bool # (/=) :: LogsDestination -> LogsDestination -> Bool # | |
| Show LogsDestination # | |
Defined in Stratosphere.Resources.LogsDestination Methods showsPrec :: Int -> LogsDestination -> ShowS # show :: LogsDestination -> String # showList :: [LogsDestination] -> ShowS # | |
| ToJSON LogsDestination # | |
Defined in Stratosphere.Resources.LogsDestination Methods toJSON :: LogsDestination -> Value # toEncoding :: LogsDestination -> Encoding # toJSONList :: [LogsDestination] -> Value # toEncodingList :: [LogsDestination] -> Encoding # | |
| FromJSON LogsDestination # | |
Defined in Stratosphere.Resources.LogsDestination Methods parseJSON :: Value -> Parser LogsDestination # parseJSONList :: Value -> Parser [LogsDestination] # | |
Constructor for LogsDestination containing required fields as
arguments.