class Aws::ResilienceHub::Types::ImportResourcesToDraftAppVersionRequest

@note When making an API call, you may pass ImportResourcesToDraftAppVersionRequest

data as a hash:

    {
      app_arn: "Arn", # required
      source_arns: ["Arn"], # required
    }

@!attribute [rw] app_arn

The Amazon Resource Name (ARN) of the application. The format for
this ARN is:
arn:`partition`\:dcps:`region`\:`account`\:app/`app-id`. For more
information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
the *AWS General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] source_arns

The Amazon Resource Names (ARNs) for the resources that you want to
import.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ImportResourcesToDraftAppVersionRequest AWS API Documentation

Constants

SENSITIVE