enum InventoryFormat
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.InventoryFormat |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3#InventoryFormat |
Java | software.amazon.awscdk.services.s3.InventoryFormat |
Python | aws_cdk.aws_s3.InventoryFormat |
TypeScript (source) | aws-cdk-lib » aws_s3 » InventoryFormat |
All supported inventory list formats.
Members
Name | Description |
---|---|
CSV | Generate the inventory list as CSV. |
PARQUET | Generate the inventory list as Parquet. |
ORC | Generate 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.