IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface InventoryTableConfiguration

    The inventory table configuration for an S3 Metadata configuration.

    interface InventoryTableConfiguration {
        ConfigurationState: InventoryConfigurationState | undefined;
        EncryptionConfiguration?: MetadataTableEncryptionConfiguration;
    }
    Index

    Properties

    ConfigurationState: InventoryConfigurationState | undefined

    The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

    EncryptionConfiguration?: MetadataTableEncryptionConfiguration

    The encryption configuration for the inventory table.