---
type: resource-type
title: System
description: aws resource type AWS::ResilienceHubV2::System
name: System
lexicon: aws
resource_type: AWS::ResilienceHubV2::System
---
`AWS::ResilienceHubV2::System`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the system.
- `CreatedAt` (`string`, optional): The timestamp when the system was created.
- `Description` (`string`, optional): The description of the system.
- `KmsKeyId` (`string`, optional): The KMS key ID for encrypting system data.
- `SharingEnabled` (`boolean`, optional): Whether the system is enabled to be shared with other members of the Organization. Only applicable if the system owner is a management account or delegated admin.
- `SystemArn` (`string`, optional): The ARN of the system.
- `SystemId` (`string`, optional): The system ID.
- `Tags` (`System_Tag[]`, optional): Tags assigned to the system.
- `UpdatedAt` (`string`, optional): The timestamp when the system was last updated.

## Attributes

- `CreatedAt`
- `SystemArn`
- `SystemId`
- `UpdatedAt`
