InventoryFormat

class aws_cdk.aws_s3.InventoryFormat(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

All supported inventory list formats.

Attributes

CSV

Generate the inventory list as CSV.

ORC

Generate the inventory list as ORC.

PARQUET

Generate the inventory list as Parquet.