AWS Fundamentals Logo
AWS Fundamentals
AWS::ResilienceHub::App

ResilienceHub App

Resource Type Definition for AWS::ResilienceHub::App.

Properties

9 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AppTemplateBody
string
Required
Name
string
RequiredCreate-only
ResourceMappings
Array<ResourceMapping>
Required
AppAssessmentSchedule
string
Description
string
EventSubscriptions
Array<EventSubscription>
PermissionModel
PermissionModel
ResiliencyPolicyArn
string
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AppArnstringAmazon Resource Name (ARN) of the App.
DriftStatusstringIndicates if compliance drifts (deviations) were detected while running an assessment for your application.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudformation:DescribeStackscloudformation:ListStackResourcess3:GetBucketLocations3:GetObjects3:ListAllMyBucketsautoscaling:DescribeAutoScalingGroupsapigateway:GETec2:Describe*

read

resiliencehub:DescribeAppresiliencehub:DescribeAppVersionTemplateresiliencehub:ListAppVersionResourceMappingsresiliencehub:ListTagsForResourceresiliencehub:ListAppVersions

update

cloudformation:DescribeStackscloudformation:ListStackResourcess3:GetBucketLocations3:GetObjects3:ListAllMyBucketsautoscaling:DescribeAutoScalingGroupsapigateway:GETec2:Describe*

delete

resiliencehub:DeleteAppresiliencehub:UntagResourceresiliencehub:ListApps

list

resiliencehub:ListApps

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceResilienceHub
Properties11
Required3
TaggingSupported
Primary IDAppArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

Related Resources

External Links