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.ExperimentS3LogConfiguration

Description

 
Synopsis

Documentation

data ExperimentS3LogConfiguration Source #

Describes the configuration for experiment logging to Amazon S3.

See: newExperimentS3LogConfiguration smart constructor.

Constructors

ExperimentS3LogConfiguration' 

Fields

Instances

Instances details
FromJSON ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

Generic ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

Associated Types

type Rep ExperimentS3LogConfiguration :: Type -> Type #

Read ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

Show ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

NFData ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

Eq ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

Hashable ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

type Rep ExperimentS3LogConfiguration Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentS3LogConfiguration

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

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.