aws.quicksight.describe_asset_bundle_import_job
Example SQL Queries
SELECT * FROMaws.quicksight.describe_asset_bundle_import_jobWHERE"aws_account_id" = 'VALUE'AND "asset_bundle_import_job_id" = 'VALUE';Description
Describes an existing import job.
Poll job descriptions after starting a job to know when it has succeeded or failed. Job descriptions are available for 14 days after job starts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| asset_bundle_import_job_id Required Input Column The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob API call. | VARCHAR |
| aws_account_id Required Input Column The ID of the Amazon Web Services account the import job was executed in. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) for the import job. | VARCHAR |
| asset_bundle_import_source The source of the asset bundle zip file that contains the data that is imported by the job. | STRUCT( |
Show child fields
| |
| created_time The time that the import job was created. | TIMESTAMP_S |
| errors An array of error records that describes any failures that occurred during the export job processing. Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed. | STRUCT( |
Show child fields
| |
| failure_action The failure action for the import job. | VARCHAR |
| job_status Indicates the status of a job through its queuing and execution. Poll the DescribeAssetBundleImport API until JobStatus returns one of the following values:
| VARCHAR |
| override_parameters Optional overrides that are applied to the resource configuration before import. | STRUCT( |
Show child fields
| |
| override_permissions Optional permission overrides that are applied to the resource configuration before import. | STRUCT( |
Show child fields
| |
| override_tags Optional tag overrides that are applied to the resource configuration before import. | STRUCT( |
Show child fields
| |
| override_validation_strategy An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| rollback_errors An array of error records that describes any failures that occurred while an import job was attempting a rollback. Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed. | STRUCT( |
Show child fields
| |
| status The HTTP status of the response. | BIGINT |
| warnings An array of warning records that describe all permitted errors that are encountered during the import job. | STRUCT( |
Show child fields
| |