An object that contains updated bucket properties to apply.

interface PatchBucketRequest {
    description?: string;
    name?: string;
    retentionRules?: PatchRetentionRules;
}

Properties

description?: string

A description of the bucket.

name?: string

The name of the bucket.

retentionRules?: PatchRetentionRules
MMNEPVFCICPMFPCPTTAAATR