| 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.CodeBuild.Types.CloudWatchLogsConfig
Description
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.
Constructors
| CloudWatchLogsConfig' | |
Fields
| |
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.