AWS::ResilienceHub::AppResource Type Definition for AWS::ResilienceHub::App.
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppTemplateBody | string | Required |
Name | string | RequiredCreate-only |
ResourceMappings | Array<ResourceMapping> | Required |
AppAssessmentSchedule | string | |
Description | string | |
EventSubscriptions | Array<EventSubscription> | |
PermissionModel | PermissionModel | |
ResiliencyPolicyArn | string | |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppArn | string | Amazon Resource Name (ARN) of the App. |
DriftStatus | string | Indicates if compliance drifts (deviations) were detected while running an assessment for your application. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResilienceHub::App
Resources:
MyResource:
Type: AWS::ResilienceHub::App
Properties:
Name: "my-name"
AppTemplateBody: "value"
ResourceMappings: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cloudformation:DescribeStackscloudformation:ListStackResourcess3:GetBucketLocations3:GetObjects3:ListAllMyBucketsautoscaling:DescribeAutoScalingGroupsapigateway:GETec2:Describe*resiliencehub:DescribeAppresiliencehub:DescribeAppVersionTemplateresiliencehub:ListAppVersionResourceMappingsresiliencehub:ListTagsForResourceresiliencehub:ListAppVersionscloudformation:DescribeStackscloudformation:ListStackResourcess3:GetBucketLocations3:GetObjects3:ListAllMyBucketsautoscaling:DescribeAutoScalingGroupsapigateway:GETec2:Describe*resiliencehub:DeleteAppresiliencehub:UntagResourceresiliencehub:ListAppsresiliencehub:ListAppsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAppArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name