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

    Interface InventoryDestination

    Specifies the S3 Inventory configuration for an Amazon S3 bucket.

    interface InventoryDestination {
        S3BucketDestination: InventoryS3BucketDestination | undefined;
    }
    Index

    Properties

    S3BucketDestination: InventoryS3BucketDestination | undefined

    Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.