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