stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.S3LoggingConfiguration

Description

Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for an AWS::S3::Bucket resource. These logs track requests to an Amazon S3 bucket. For more information, see PUT Bucket logging in the Amazon Simple Storage Service API Reference.

Synopsis

Documentation

data S3LoggingConfiguration Source #

Full data type definition for S3LoggingConfiguration. See s3LoggingConfiguration for a more convenient constructor.

s3LoggingConfiguration :: S3LoggingConfiguration Source #

Constructor for S3LoggingConfiguration containing required fields as arguments.

slcDestinationBucketName :: Lens' S3LoggingConfiguration (Maybe (Val Text)) Source #

The name of an Amazon S3 bucket where Amazon S3 store server access log files. You can store log files in any bucket that you own. By default, logs are stored in the bucket where the LoggingConfiguration property is defined.

slcLogFilePrefix :: Lens' S3LoggingConfiguration (Maybe (Val Text)) Source #

A prefix for the all log object keys. If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.