Bucket Logging Configuration Args
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For examples and more information, see PUT Bucket logging in the Amazon S3 API Reference. To successfully complete the `AWS::S3::Bucket LoggingConfiguration`
request, you must have `s3:PutObject`
and `s3:PutObjectAcl`
in your IAM permissions.
Constructors
Properties
The name of the bucket where Amazon S3 should 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.
A prefix for 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.
Amazon S3 key format for log objects. Only one format, either PartitionedPrefix or SimplePrefix, is allowed.