Starts an Asset Bundle import job.
See https://www.paws-r-sdk.com/docs/quicksight_start_asset_bundle_import_job/ for full documentation.
quicksight_start_asset_bundle_import_job(
AwsAccountId,
AssetBundleImportJobId,
AssetBundleImportSource,
OverrideParameters = NULL,
FailureAction = NULL
)
[required] The ID of the Amazon Web Services account to import assets into.
[required] The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
[required] The source of the asset bundle zip file that contains the data that you want to import.
Optional overrides to be applied to the resource configuration before import.
The failure action for the import job.
If you choose ROLLBACK
, failed import jobs will attempt to undo any
asset changes caused by the failed job.
If you choose DO_NOTHING
, failed import jobs will not attempt to roll
back any asset changes caused by the failed job, possibly keeping the
Amazon QuickSight account in an inconsistent state.