Skip to content

Import Application Usage

applicationcostprofiler_import_application_usage R Documentation

Ingests application usage data from Amazon Simple Storage Service (Amazon S3)

Description

Ingests application usage data from Amazon Simple Storage Service (Amazon S3).

The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing asynchronously.

Usage

applicationcostprofiler_import_application_usage(sourceS3Location)

Arguments

sourceS3Location

[required] Amazon S3 location to import application usage data from.

Value

A list with the following syntax:

list(
  importId = "string"
)

Request syntax

svc$import_application_usage(
  sourceS3Location = list(
    bucket = "string",
    key = "string",
    region = "ap-east-1"|"me-south-1"|"eu-south-1"|"af-south-1"
  )
)