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 an 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. 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,
name,
policyArn = NULL,
tags = NULL
)
Assessment execution schedule with 'Daily' or 'Disabled' values.
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.
The optional description for an app.
[required] The name for the application.
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.
The 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.