Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CloudWatchLoggingOptions = CloudWatchLoggingOptions' {
- enabled :: Maybe Bool
- logGroupName :: Maybe Text
- logStreamName :: Maybe Text
- newCloudWatchLoggingOptions :: CloudWatchLoggingOptions
- cloudWatchLoggingOptions_enabled :: Lens' CloudWatchLoggingOptions (Maybe Bool)
- cloudWatchLoggingOptions_logGroupName :: Lens' CloudWatchLoggingOptions (Maybe Text)
- cloudWatchLoggingOptions_logStreamName :: Lens' CloudWatchLoggingOptions (Maybe Text)
Documentation
data CloudWatchLoggingOptions Source #
Describes the Amazon CloudWatch logging options for your delivery stream.
See: newCloudWatchLoggingOptions
smart constructor.
CloudWatchLoggingOptions' | |
|
Instances
newCloudWatchLoggingOptions :: CloudWatchLoggingOptions Source #
Create a value of CloudWatchLoggingOptions
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:enabled:CloudWatchLoggingOptions'
, cloudWatchLoggingOptions_enabled
- Enables or disables CloudWatch logging.
$sel:logGroupName:CloudWatchLoggingOptions'
, cloudWatchLoggingOptions_logGroupName
- The CloudWatch group name for logging. This value is required if
CloudWatch logging is enabled.
$sel:logStreamName:CloudWatchLoggingOptions'
, cloudWatchLoggingOptions_logStreamName
- The CloudWatch log stream name for logging. This value is required if
CloudWatch logging is enabled.
cloudWatchLoggingOptions_enabled :: Lens' CloudWatchLoggingOptions (Maybe Bool) Source #
Enables or disables CloudWatch logging.
cloudWatchLoggingOptions_logGroupName :: Lens' CloudWatchLoggingOptions (Maybe Text) Source #
The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.
cloudWatchLoggingOptions_logStreamName :: Lens' CloudWatchLoggingOptions (Maybe Text) Source #
The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.