View source: R/resiliencehub_operations.R
resiliencehub_update_app | R Documentation |
Updates an application.
See https://www.paws-r-sdk.com/docs/resiliencehub_update_app/ for full documentation.
resiliencehub_update_app(
appArn,
assessmentSchedule = NULL,
clearResiliencyPolicyArn = NULL,
description = NULL,
eventSubscriptions = NULL,
permissionModel = NULL,
policyArn = NULL
)
appArn |
[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format
for this ARN is:
arn: |
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. |
eventSubscriptions |
The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected and Scheduled assessment failure events. |
permissionModel |
Defines the roles and credentials that Resilience Hub would use while creating an application, importing its resources, and running an assessment. |
policyArn |
Amazon Resource Name (ARN) of the resiliency policy. The format for this
ARN is:
arn: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.