aws.resiliencehub.describe_draft_app_version_resources_import_status
Example SQL Queries
SELECT * FROMaws.resiliencehub.describe_draft_app_version_resources_import_statusWHERE"app_arn" = 'VALUE';Description
Describes the status of importing resources to an application version.
If you get a 404 error with ResourceImportStatusNotFoundAppMetadataException, you must call importResourcesToDraftAppVersion after creating the application and before calling describeDraftAppVersionResourcesImportStatus to obtain the status.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_arn Required Input Column Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide. | 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 |
| app_version The version of the application. | VARCHAR |
| error_message The returned error message for the request. | VARCHAR |
| status Status of the action. | VARCHAR |
| status_change_time The time when the status last changed. | TIMESTAMP_S |