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

    Interface AddLegalHoldCommandInput

    The input for AddLegalHoldCommand.

    interface AddLegalHoldCommandInput {
        Bucket: string | undefined;
        Key: string | undefined;
        RetentionLegalHoldId: string | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Bucket: string | undefined
    Key: string | undefined
    RetentionLegalHoldId: string | undefined