View source: R/quicksight_operations.R
quicksight_start_asset_bundle_import_job | R Documentation |
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,
OverridePermissions = NULL,
OverrideTags = NULL,
OverrideValidationStrategy = NULL
)
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 |
OverrideParameters |
Optional overrides that are applied to the resource configuration before import. |
FailureAction |
The failure action for the import job. If you choose If you choose |
OverridePermissions |
Optional permission overrides that are applied to the resource configuration before import. |
OverrideTags |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.