Starts an Asset Bundle export job.
See https://www.paws-r-sdk.com/docs/quicksight_start_asset_bundle_export_job/ for full documentation.
quicksight_start_asset_bundle_export_job(
AwsAccountId,
AssetBundleExportJobId,
ResourceArns,
IncludeAllDependencies = NULL,
ExportFormat,
CloudFormationOverridePropertyConfiguration = NULL
)
[required] The ID of the Amazon Web Services account to export assets from.
[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] An array of resource ARNs to export. The following resources are supported.
Analysis
Dashboard
DataSet
DataSource
RefreshSchedule
Theme
VPCConnection
The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
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 ResourceArns
parameter. If you set
IncludeAllDependencies
to TRUE
, any theme, dataset, and data source
resource that is a dependency of the dashboard is also exported.
[required] The export data format.
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 ExportFormat
field of a
StartAssetBundleExportJobRequest
API call is set to
CLOUDFORMATION_JSON
.