| 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.FIS.Types.ExperimentCloudWatchLogsLogConfiguration
Description
Synopsis
- data ExperimentCloudWatchLogsLogConfiguration = ExperimentCloudWatchLogsLogConfiguration' {
- logGroupArn :: Maybe Text
- newExperimentCloudWatchLogsLogConfiguration :: ExperimentCloudWatchLogsLogConfiguration
- experimentCloudWatchLogsLogConfiguration_logGroupArn :: Lens' ExperimentCloudWatchLogsLogConfiguration (Maybe Text)
Documentation
data ExperimentCloudWatchLogsLogConfiguration Source #
Describes the configuration for experiment logging to Amazon CloudWatch Logs.
See: newExperimentCloudWatchLogsLogConfiguration smart constructor.
Constructors
| ExperimentCloudWatchLogsLogConfiguration' | |
Fields
| |
Instances
newExperimentCloudWatchLogsLogConfiguration :: ExperimentCloudWatchLogsLogConfiguration Source #
Create a value of ExperimentCloudWatchLogsLogConfiguration 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:logGroupArn:ExperimentCloudWatchLogsLogConfiguration', experimentCloudWatchLogsLogConfiguration_logGroupArn - The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs
log group.
experimentCloudWatchLogsLogConfiguration_logGroupArn :: Lens' ExperimentCloudWatchLogsLogConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.