quicksight_start_asset_bundle_import_job: Starts an Asset Bundle import job

View source: R/quicksight_operations.R

quicksight_start_asset_bundle_import_jobR Documentation

Starts an Asset Bundle import job

Description

Starts an Asset Bundle import job.

See https://www.paws-r-sdk.com/docs/quicksight_start_asset_bundle_import_job/ for full documentation.

Usage

quicksight_start_asset_bundle_import_job(
  AwsAccountId,
  AssetBundleImportJobId,
  AssetBundleImportSource,
  OverrideParameters = NULL,
  FailureAction = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account to import assets into.

AssetBundleImportJobId

[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.

AssetBundleImportSource

[required] The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.

OverrideParameters

Optional overrides to be applied to the resource configuration before import.

FailureAction

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.