AWS Fundamentals Logo
AWS Fundamentals
AWS::ResilienceHubV2::System

ResilienceHubV2 System

Creates a system that represents a logical grouping of services.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Description
string
KmsKeyId
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp when the system was created.
SystemArnstringThe ARN of the system.
SystemIdstringThe system ID.
UpdatedAtstringThe timestamp when the system was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResilienceHubV2::System

Resources:
  MyResource:
    Type: AWS::ResilienceHubV2::System
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

resiliencehub:CreateSystemresiliencehub:GetSystemresiliencehub:TagResourceresiliencehub:ListTagsForResourcekms:DescribeKeykms:GenerateDataKeykms:Decryptkms:Encryptkms:CreateGrantkms:RetireGrant

read

resiliencehub:GetSystemresiliencehub:ListTagsForResourcekms:DescribeKeykms:Decrypt

update

resiliencehub:UpdateSystemresiliencehub:GetSystemresiliencehub:TagResourceresiliencehub:UntagResourceresiliencehub:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKeykms:Encryptkms:CreateGrantkms:RetireGrant

delete

resiliencehub:DeleteSystemresiliencehub:GetSystemkms:DescribeKeykms:Decryptkms:RetireGrantkms:GenerateDataKeykms:Encryptkms:CreateGrant

list

resiliencehub:ListSystems

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

ServiceResilienceHubV2
Properties8
Required1
TaggingSupported
Primary IDSystemArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameKmsKeyId

External Links