Start Cost Allocation Tag Backfill
| costexplorer_start_cost_allocation_tag_backfill | R Documentation | 
Request a cost allocation tag backfill¶
Description¶
Request a cost allocation tag backfill. This will backfill the
activation status (either active or inactive) for all tag keys from
para:BackfillFrom up to the time this request is made.
You can request a backfill once every 24 hours.
Usage¶
costexplorer_start_cost_allocation_tag_backfill(BackfillFrom)
Arguments¶
| BackfillFrom | [required] The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future. | 
Value¶
A list with the following syntax:
list(
  BackfillRequest = list(
    BackfillFrom = "string",
    RequestedAt = "string",
    CompletedAt = "string",
    BackfillStatus = "SUCCEEDED"|"PROCESSING"|"FAILED",
    LastUpdatedAt = "string"
  )
)
Request syntax¶
svc$start_cost_allocation_tag_backfill(
  BackfillFrom = "string"
)