amazonka-fis-2.0: Amazon Fault Injection Simulator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

Description

 
Synopsis

Documentation

data ExperimentTemplateS3LogConfigurationInput Source #

Specifies the configuration for experiment logging to Amazon S3.

See: newExperimentTemplateS3LogConfigurationInput smart constructor.

Constructors

ExperimentTemplateS3LogConfigurationInput' 

Fields

Instances

Instances details
ToJSON ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

Generic ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

Read ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

Show ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

NFData ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

Eq ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

Hashable ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

type Rep ExperimentTemplateS3LogConfigurationInput Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput

type Rep ExperimentTemplateS3LogConfigurationInput = D1 ('MetaData "ExperimentTemplateS3LogConfigurationInput" "Amazonka.FIS.Types.ExperimentTemplateS3LogConfigurationInput" "amazonka-fis-2.0-7yQxB3RmWBm2PZyqsl0n5H" 'False) (C1 ('MetaCons "ExperimentTemplateS3LogConfigurationInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExperimentTemplateS3LogConfigurationInput Source #

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.