Module: AWSCDK::S3::TransitionDefaultMinimumObjectSize

Defined in:
s3/transition_default_minimum_object_size.rb

Overview

The transition default minimum object size for lifecycle.

Constant Summary collapse

ALL_STORAGE_CLASSES_128_K =
Deprecated.
Note:

Default:

Objects smaller than 128 KB will not transition to any storage class by default.

Jsii::Enum.new("aws-cdk-lib.aws_s3.TransitionDefaultMinimumObjectSize", "ALL_STORAGE_CLASSES_128_K")
VARIES_BY_STORAGE_CLASS =
Deprecated.
Note:

Default:

Objects smaller than 128 KB will transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes.

By default, all other storage classes will prevent transitions smaller than 128 KB.

Jsii::Enum.new("aws-cdk-lib.aws_s3.TransitionDefaultMinimumObjectSize", "VARIES_BY_STORAGE_CLASS")