| 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.ExperimentS3LogConfiguration
Description
Synopsis
- data ExperimentS3LogConfiguration = ExperimentS3LogConfiguration' {}
- newExperimentS3LogConfiguration :: ExperimentS3LogConfiguration
- experimentS3LogConfiguration_bucketName :: Lens' ExperimentS3LogConfiguration (Maybe Text)
- experimentS3LogConfiguration_prefix :: Lens' ExperimentS3LogConfiguration (Maybe Text)
Documentation
data ExperimentS3LogConfiguration Source #
Describes the configuration for experiment logging to Amazon S3.
See: newExperimentS3LogConfiguration smart constructor.
Constructors
| ExperimentS3LogConfiguration' | |
Instances
newExperimentS3LogConfiguration :: ExperimentS3LogConfiguration Source #
Create a value of ExperimentS3LogConfiguration 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:bucketName:ExperimentS3LogConfiguration', experimentS3LogConfiguration_bucketName - The name of the destination bucket.
$sel:prefix:ExperimentS3LogConfiguration', experimentS3LogConfiguration_prefix - The bucket prefix.
experimentS3LogConfiguration_bucketName :: Lens' ExperimentS3LogConfiguration (Maybe Text) Source #
The name of the destination bucket.
experimentS3LogConfiguration_prefix :: Lens' ExperimentS3LogConfiguration (Maybe Text) Source #
The bucket prefix.