libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ImageBuilder.Types.S3Logs

Description

 
Synopsis

Documentation

data S3Logs Source #

Amazon S3 logging configuration.

See: newS3Logs smart constructor.

Constructors

S3Logs' 

Fields

Instances

Instances details
Eq S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

Methods

(==) :: S3Logs -> S3Logs -> Bool #

(/=) :: S3Logs -> S3Logs -> Bool #

Read S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

Show S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

Generic S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

Associated Types

type Rep S3Logs :: Type -> Type #

Methods

from :: S3Logs -> Rep S3Logs x #

to :: Rep S3Logs x -> S3Logs #

NFData S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

Methods

rnf :: S3Logs -> () #

Hashable S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

Methods

hashWithSalt :: Int -> S3Logs -> Int #

hash :: S3Logs -> Int #

ToJSON S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

FromJSON S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

type Rep S3Logs Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.S3Logs

type Rep S3Logs = D1 ('MetaData "S3Logs" "Amazonka.ImageBuilder.Types.S3Logs" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "S3Logs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Logs :: S3Logs Source #

Create a value of S3Logs 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:s3KeyPrefix:S3Logs', s3Logs_s3KeyPrefix - The Amazon S3 path in which to store the logs.

$sel:s3BucketName:S3Logs', s3Logs_s3BucketName - The Amazon S3 bucket in which to store the logs.

s3Logs_s3KeyPrefix :: Lens' S3Logs (Maybe Text) Source #

The Amazon S3 path in which to store the logs.

s3Logs_s3BucketName :: Lens' S3Logs (Maybe Text) Source #

The Amazon S3 bucket in which to store the logs.