resiliencehub_import_resources_to_draft_app_version: Imports resources to Resilience Hub application draft version...

View source: R/resiliencehub_operations.R

resiliencehub_import_resources_to_draft_app_versionR Documentation

Imports resources to Resilience Hub application draft version from different input sources

Description

Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see Discover the structure and describe your Resilience Hub application.

See https://www.paws-r-sdk.com/docs/resiliencehub_import_resources_to_draft_app_version/ for full documentation.

Usage

resiliencehub_import_resources_to_draft_app_version(
  appArn,
  eksSources = NULL,
  importStrategy = NULL,
  sourceArns = NULL,
  terraformSources = NULL
)

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 AWS General Reference guide.

eksSources

The input sources of the Amazon Elastic Kubernetes Service resources you need to import.

importStrategy

The import strategy you would like to set to import resources into Resilience Hub application.

sourceArns

The Amazon Resource Names (ARNs) for the resources.

terraformSources

A list of terraform file s3 URLs you need to import.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.