| 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.ExperimentTemplateS3LogConfigurationInput
Description
Synopsis
- data ExperimentTemplateS3LogConfigurationInput = ExperimentTemplateS3LogConfigurationInput' {
- prefix :: Maybe Text
- bucketName :: Text
- newExperimentTemplateS3LogConfigurationInput :: Text -> ExperimentTemplateS3LogConfigurationInput
- experimentTemplateS3LogConfigurationInput_prefix :: Lens' ExperimentTemplateS3LogConfigurationInput (Maybe Text)
- experimentTemplateS3LogConfigurationInput_bucketName :: Lens' ExperimentTemplateS3LogConfigurationInput Text
Documentation
data ExperimentTemplateS3LogConfigurationInput Source #
Specifies the configuration for experiment logging to Amazon S3.
See: newExperimentTemplateS3LogConfigurationInput smart constructor.
Constructors
| ExperimentTemplateS3LogConfigurationInput' | |
Fields
| |
Instances
newExperimentTemplateS3LogConfigurationInput Source #
Arguments
| :: Text | |
| -> ExperimentTemplateS3LogConfigurationInput |
Create a value of ExperimentTemplateS3LogConfigurationInput 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:prefix:ExperimentTemplateS3LogConfigurationInput', experimentTemplateS3LogConfigurationInput_prefix - The bucket prefix.
$sel:bucketName:ExperimentTemplateS3LogConfigurationInput', experimentTemplateS3LogConfigurationInput_bucketName - The name of the destination bucket.
experimentTemplateS3LogConfigurationInput_prefix :: Lens' ExperimentTemplateS3LogConfigurationInput (Maybe Text) Source #
The bucket prefix.
experimentTemplateS3LogConfigurationInput_bucketName :: Lens' ExperimentTemplateS3LogConfigurationInput Text Source #
The name of the destination bucket.