class Aws::ResilienceHub::Types::PutDraftAppVersionTemplateRequest

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

data as a hash:

    {
      app_arn: "Arn", # required
      app_template_body: "AppTemplateBody", # 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] app_template_body

A JSON string that contains the body of the app template.
@return [String]

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

Constants

SENSITIVE