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

    Interface InventoryS3BucketDestination

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

    interface InventoryS3BucketDestination {
        AccountId?: string;
        Bucket: string | undefined;
        Format: InventoryFormat | undefined;
        Prefix?: string;
        Encryption?: InventoryEncryption;
    }
    Index

    Properties

    AccountId?: string

    The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

    Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

    Bucket: string | undefined

    The Amazon Resource Name (ARN) of the bucket where inventory results will be published.

    Format: InventoryFormat | undefined

    Specifies the output format of the inventory results.

    Prefix?: string

    The prefix that is prepended to all inventory results.

    Encryption?: InventoryEncryption

    Contains the type of server-side encryption used to encrypt the inventory results.