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 CloudWatchLogsConfig = CloudWatchLogsConfig' {}
- newCloudWatchLogsConfig :: LogsConfigStatusType -> CloudWatchLogsConfig
- cloudWatchLogsConfig_groupName :: Lens' CloudWatchLogsConfig (Maybe Text)
- cloudWatchLogsConfig_streamName :: Lens' CloudWatchLogsConfig (Maybe Text)
- cloudWatchLogsConfig_status :: Lens' CloudWatchLogsConfig LogsConfigStatusType
Documentation
data CloudWatchLogsConfig Source #
Information about CloudWatch Logs for a build project.
See: newCloudWatchLogsConfig
smart constructor.
CloudWatchLogsConfig' | |
|
Instances
newCloudWatchLogsConfig Source #
Create a value of CloudWatchLogsConfig
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:groupName:CloudWatchLogsConfig'
, cloudWatchLogsConfig_groupName
- The group name of the logs in CloudWatch Logs. For more information, see
Working with Log Groups and Log Streams.
$sel:streamName:CloudWatchLogsConfig'
, cloudWatchLogsConfig_streamName
- The prefix of the stream name of the CloudWatch Logs. For more
information, see
Working with Log Groups and Log Streams.
$sel:status:CloudWatchLogsConfig'
, cloudWatchLogsConfig_status
- The current status of the logs in CloudWatch Logs for a build project.
Valid values are:
ENABLED
: CloudWatch Logs are enabled for this build project.DISABLED
: CloudWatch Logs are not enabled for this build project.
cloudWatchLogsConfig_groupName :: Lens' CloudWatchLogsConfig (Maybe Text) Source #
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
cloudWatchLogsConfig_streamName :: Lens' CloudWatchLogsConfig (Maybe Text) Source #
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
cloudWatchLogsConfig_status :: Lens' CloudWatchLogsConfig LogsConfigStatusType Source #
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
ENABLED
: CloudWatch Logs are enabled for this build project.DISABLED
: CloudWatch Logs are not enabled for this build project.