| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTFleetWise.Types.CloudWatchLogDeliveryOptions
Description
Synopsis
- data CloudWatchLogDeliveryOptions = CloudWatchLogDeliveryOptions' {
- logGroupName :: Maybe Text
- logType :: LogType
- newCloudWatchLogDeliveryOptions :: LogType -> CloudWatchLogDeliveryOptions
- cloudWatchLogDeliveryOptions_logGroupName :: Lens' CloudWatchLogDeliveryOptions (Maybe Text)
- cloudWatchLogDeliveryOptions_logType :: Lens' CloudWatchLogDeliveryOptions LogType
Documentation
data CloudWatchLogDeliveryOptions Source #
The log delivery option to send data to Amazon CloudWatch Logs.
See: newCloudWatchLogDeliveryOptions smart constructor.
Constructors
| CloudWatchLogDeliveryOptions' | |
Fields
| |
Instances
newCloudWatchLogDeliveryOptions Source #
Create a value of CloudWatchLogDeliveryOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logGroupName:CloudWatchLogDeliveryOptions', cloudWatchLogDeliveryOptions_logGroupName - The Amazon CloudWatch Logs group the operation sends data to.
$sel:logType:CloudWatchLogDeliveryOptions', cloudWatchLogDeliveryOptions_logType - The type of log to send data to Amazon CloudWatch Logs.
cloudWatchLogDeliveryOptions_logGroupName :: Lens' CloudWatchLogDeliveryOptions (Maybe Text) Source #
The Amazon CloudWatch Logs group the operation sends data to.
cloudWatchLogDeliveryOptions_logType :: Lens' CloudWatchLogDeliveryOptions LogType Source #
The type of log to send data to Amazon CloudWatch Logs.