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

    Interface AnalyticsS3BucketDestination

    Contains information about where to publish the analytics results.

    interface AnalyticsS3BucketDestination {
        Format: "CSV" | undefined;
        BucketAccountId?: string;
        Bucket: string | undefined;
        Prefix?: string;
    }
    Index

    Properties

    Format: "CSV" | undefined

    Specifies the file format used when exporting data to Amazon S3.

    BucketAccountId?: 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 to which data is exported.

    Prefix?: string

    The prefix to use when exporting data. The prefix is prepended to all results.