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

Type declaration

  • OptionalendDate?: Date

    End date to gather metrics from.

  • instanceId: string

    UUID of the Database Instance.

  • OptionalmetricName?: string

    Name of the metric to gather.

  • Optionalregion?: Region

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

  • OptionalstartDate?: Date

    Start date to gather metrics from.