View source: R/resiliencehub_operations.R
resiliencehub_create_app | R Documentation |
Creates an Resilience Hub application. An Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more CloudFormation stacks, Resource Groups, Terraform state files, AppRegistry applications, and an appropriate resiliency policy. In addition, you can also add resources that are located on Amazon Elastic Kubernetes Service (Amazon EKS) clusters as optional resources. For more information about the number of resources supported per application, see Service quotas.
See https://www.paws-r-sdk.com/docs/resiliencehub_create_app/ for full documentation.
resiliencehub_create_app(
assessmentSchedule = NULL,
clientToken = NULL,
description = NULL,
eventSubscriptions = NULL,
name,
permissionModel = NULL,
policyArn = NULL,
tags = NULL
)
assessmentSchedule |
Assessment execution schedule with 'Daily' or 'Disabled' values. |
clientToken |
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests. |
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 only Drift detected and Scheduled assessment failure events notification. |
name |
[required] Name of the application. |
permissionModel |
Defines the roles and credentials that Resilience Hub would use while creating the application, importing its resources, and running an assessment. |
policyArn |
Amazon Resource Name (ARN) of the resiliency policy. The format for this
ARN is:
arn: |
tags |
Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.