@pulumi/pulumi
    Preparing search index...

    Interface CustomTimeouts

    interface CustomTimeouts {
        create?: string;
        delete?: string;
        update?: string;
    }
    Index

    Properties

    create?: string

    The optional create timeout represented as a string e.g. 5m, 40s, 1d.

    delete?: string

    The optional delete timeout represented as a string e.g. 5m, 40s, 1d.

    update?: string

    The optional update timeout represented as a string e.g. 5m, 40s, 1d.