PrepareInstanceLogsRequest: {
    endDate?: Date;
    instanceId: string;
    region?: Region;
    startDate?: Date;
}

Type declaration

  • OptionalendDate?: Date

    End datetime of your log. (RFC 3339 format).

  • instanceId: string

    UUID of the Database Instance you want logs of.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionalstartDate?: Date

    Start datetime of your log. (RFC 3339 format).