Starts an Asset Bundle import job
Source:R/quicksight_operations.R
quicksight_start_asset_bundle_import_job.RdStarts 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,
OverridePermissions = NULL,
OverrideTags = NULL,
OverrideValidationStrategy = 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_JSONformat.- OverrideParameters
Optional overrides that are 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 Quick Sight account in an inconsistent state.- OverridePermissions
Optional permission overrides that are applied to the resource configuration before import.
Optional tag overrides that are applied to the resource configuration before import.
- OverrideValidationStrategy
An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.