Skip to content

Describe Draft App Version Resources Import Status

resiliencehub_describe_draft_app_version_resources_import_status R Documentation

Describes the status of importing resources to an application version

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.

Usage

resiliencehub_describe_draft_app_version_resources_import_status(appArn)

Arguments

appArn

[required] 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.

Value

A list with the following syntax:

list(
  appArn = "string",
  appVersion = "string",
  errorMessage = "string",
  status = "Pending"|"InProgress"|"Failed"|"Success",
  statusChangeTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$describe_draft_app_version_resources_import_status(
  appArn = "string"
)