AWS::S3::Bucket PartitionedPrefix - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::S3::Bucket PartitionedPrefix

Amazon S3 keys for log objects are partitioned in the following format:

[DestinationPrefix][SourceAccountId]/[SourceRegion]/[SourceBucket]/[YYYY]/[MM]/[DD]/[YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]

PartitionedPrefix defaults to EventTime delivery when server access logs are delivered.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PartitionDateSource" : String }

YAML

PartitionDateSource: String

Properties

PartitionDateSource

Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.

Required: No

Type: String

Allowed values: EventTime | DeliveryTime

Update requires: No interruption