interface InstanceLog {
    createdAt?: Date;
    downloadUrl?: string;
    expiresAt?: Date;
    id: string;
    nodeName: string;
    region: Region;
    status: RDB.v1.InstanceLogStatus;
}

Properties

createdAt?: Date

Creation date (must follow the ISO 8601 format).

downloadUrl?: string

Presigned Object Storage URL to download your log file.

expiresAt?: Date

Expiration date (must follow the ISO 8601 format).

id: string

UUID of the Database Instance log.

nodeName: string

Name of the underlying node.

region: Region

Region the Database Instance is in.

Status of the logs in a Database Instance.