Enum InventoryFormat
All supported inventory list formats.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum InventoryFormat
Syntax (vb)
Public Enum InventoryFormat
Synopsis
Fields
| CSV | Generate the inventory list as CSV. |
| ORC | Generate the inventory list as ORC. |
| PARQUET | Generate the inventory list as Parquet. |
Fields
| Name | Description |
|---|---|
| CSV | Generate the inventory list as CSV. |
| ORC | Generate the inventory list as ORC. |
| PARQUET | Generate the inventory list as Parquet. |