AllocationCostRequest: {
    billingAccountId: Ulid[];
    chargePeriod: ChargePeriod;
    dimension: "SERVICE_NAME" | "TAG" | "USAGE_UNIT";
    filter: Filter[];
    granularity: "PERIOD" | "MONTH";
    stackSpotAccountId: string;
}

Type declaration

  • billingAccountId: Ulid[]

    StackSpot-assigned ULID identifiers for a billing account.

  • chargePeriod: ChargePeriod
  • dimension: "SERVICE_NAME" | "TAG" | "USAGE_UNIT"

    A categorical attribute that provides context or categorization to billing data.

  • filter: Filter[]

    StackSpot-assigned ULID identifiers for a billing account.

  • granularity: "PERIOD" | "MONTH"

    Defines the row's time-based granularity.

  • stackSpotAccountId: string

    StackSpot's ULID identifier for each client.