aws-cdk-lib.aws_s3.InventoryFormat

enum InventoryFormat

LanguageType name
.NETAmazon.CDK.AWS.S3.InventoryFormat
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#InventoryFormat
Javasoftware.amazon.awscdk.services.s3.InventoryFormat
Pythonaws_cdk.aws_s3.InventoryFormat
TypeScript (source)aws-cdk-lib » aws_s3 » InventoryFormat

All supported inventory list formats.

Members

NameDescription
CSVGenerate the inventory list as CSV.
PARQUETGenerate the inventory list as Parquet.
ORCGenerate the inventory list as ORC.

CSV

Generate the inventory list as CSV.


PARQUET

Generate the inventory list as Parquet.


ORC

Generate the inventory list as ORC.