Anchorage API reference
    Preparing search index...
    interface ApplicationR2Resource {
        bucketName: string;
        creationDate?: string;
        jurisdiction: R2Jurisdiction;
        name: string;
        reservationNonce: string;
        state:
            | "reserved"
            | "create-authorized"
            | "created"
            | "detach-authorized"
            | "detached"
            | "empty-authorized"
            | "empty"
            | "delete-authorized"
            | "deleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    bucketName: string
    creationDate?: string
    jurisdiction: R2Jurisdiction
    name: string
    reservationNonce: string
    state:
        | "reserved"
        | "create-authorized"
        | "created"
        | "detach-authorized"
        | "detached"
        | "empty-authorized"
        | "empty"
        | "delete-authorized"
        | "deleted"