Module: AWSCDK::S3::PartitionDateSource

Defined in:
s3/partition_date_source.rb

Overview

The date source for the partitioned prefix.

Constant Summary collapse

EVENT_TIME =
Deprecated.
Note:

Default:

The year, month, and day will be based on the timestamp of the S3 event in the file that's been delivered.

Jsii::Enum.new("aws-cdk-lib.aws_s3.PartitionDateSource", "EVENT_TIME")
DELIVERY_TIME =
Deprecated.
Note:

Default:

The year, month, and day will be based on the time when the log file was delivered to S3.

Jsii::Enum.new("aws-cdk-lib.aws_s3.PartitionDateSource", "DELIVERY_TIME")