This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ResilienceHubV2::Service AssociatedSystem
Represents a system associated with a service.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "SystemArn" :String, "UserJourneyIds" :[ String, ... ]}
YAML
SystemArn:StringUserJourneyIds:- String
Properties
SystemArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$Update requires: No interruption
UserJourneyIds-
The list of user journey identifiers that associate this system with the service.
Required: No
Type: Array of String
Maximum:
50Update requires: No interruption