Module: AWSCDK::S3::InventoryObjectVersion

Defined in:
s3/inventory_object_version.rb

Overview

Inventory version support.

Constant Summary collapse

ALL =
Deprecated.
Note:

Default:

Includes all versions of each object in the report.

Jsii::Enum.new("aws-cdk-lib.aws_s3.InventoryObjectVersion", "ALL")
CURRENT =
Deprecated.
Note:

Default:

Includes only the current version of each object in the report.

Jsii::Enum.new("aws-cdk-lib.aws_s3.InventoryObjectVersion", "CURRENT")