Starts an Asset Bundle export job
Source:R/quicksight_operations.R
quicksight_start_asset_bundle_export_job.RdStarts an Asset Bundle export job.
See https://www.paws-r-sdk.com/docs/quicksight_start_asset_bundle_export_job/ for full documentation.
Usage
quicksight_start_asset_bundle_export_job(
AwsAccountId,
AssetBundleExportJobId,
ResourceArns,
IncludeAllDependencies = NULL,
ExportFormat,
CloudFormationOverridePropertyConfiguration = NULL,
IncludePermissions = NULL,
IncludeTags = NULL,
ValidationStrategy = NULL,
IncludeFolderMemberships = NULL,
IncludeFolderMembers = NULL
)Arguments
- AwsAccountId
[required] The ID of the Amazon Web Services account to export assets from.
- AssetBundleExportJobId
[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.
- ResourceArns
[required] An array of resource ARNs to export. The following resources are supported.
AnalysisDashboardDataSetDataSourceRefreshScheduleThemeVPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
- IncludeAllDependencies
A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job. For example, say you provided a Dashboard ARN to the
ResourceArnsparameter. If you setIncludeAllDependenciestoTRUE, any theme, dataset, and data source resource that is a dependency of the dashboard is also exported.- ExportFormat
[required] The export data format.
- CloudFormationOverridePropertyConfiguration
An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.
Use this field if the
ExportFormatfield of aStartAssetBundleExportJobRequestAPI call is set toCLOUDFORMATION_JSON.- IncludePermissions
A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set
IncludePermissionstoTRUE, any permissions associated with each resource are exported.A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set
IncludeTagstoTRUE, any tags associated with each resource are exported.- ValidationStrategy
An optional parameter that determines which validation strategy to use for the export job. If
StrictModeForAllResourcesis set toTRUE, strict validation for every error is enforced. If it is set toFALSE, validation is skipped for specific UI errors that are shown as warnings. The default value forStrictModeForAllResourcesisFALSE.- IncludeFolderMemberships
A Boolean that determines if the exported asset carries over information about the folders that the asset is a member of.
- IncludeFolderMembers
A setting that indicates whether you want to include folder assets. You can also use this setting to recusrsively include all subfolders of an exported folder.