Learn R Programming

paws.management (version 0.3.1)

resiliencehub_update_app: Updates an application

Description

Updates an application.

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

Usage

resiliencehub_update_app(
  appArn,
  assessmentSchedule = NULL,
  clearResiliencyPolicyArn = NULL,
  description = NULL,
  policyArn = NULL
)

Arguments

appArn

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

assessmentSchedule

Assessment execution schedule with 'Daily' or 'Disabled' values.

clearResiliencyPolicyArn

Specifies if the resiliency policy ARN should be cleared.

description

The optional description for an app.

policyArn

The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.