@truenas/api-client
    Preparing search index...

    Interface CloudTaskAttributesInput

    interface CloudTaskAttributesInput {
        acknowledge_abuse?: boolean;
        bucket?: string;
        bucket_policy_only?: boolean;
        chunk_size?: number;
        encryption?: v25_10_0.CloudTaskAttributesEncryptionInput;
        fast_list?: boolean;
        folder?: string;
        region?: string;
        storage_class?:
            | ""
            | "STANDARD"
            | "REDUCED_REDUNDANCY"
            | "STANDARD_IA"
            | "ONEZONE_IA"
            | "INTELLIGENT_TIERING"
            | "GLACIER"
            | "GLACIER_IR"
            | "DEEP_ARCHIVE";
    }
    Index
    acknowledge_abuse?: boolean
    bucket?: string
    bucket_policy_only?: boolean
    chunk_size?: number
    fast_list?: boolean
    folder?: string
    region?: string
    storage_class?:
        | ""
        | "STANDARD"
        | "REDUCED_REDUNDANCY"
        | "STANDARD_IA"
        | "ONEZONE_IA"
        | "INTELLIGENT_TIERING"
        | "GLACIER"
        | "GLACIER_IR"
        | "DEEP_ARCHIVE"