AWS::ResilienceHubV2::UserJourneyCreates a user journey within a Resilience Hub system.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
SystemIdentifier | string | RequiredCreate-only |
Description | string | |
PolicyArn | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the user journey was created. |
UpdatedAt | string | The timestamp when the user journey was last updated. |
UserJourneyId | string | The server-generated user journey ID. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResilienceHubV2::UserJourney
Resources:
MyResource:
Type: AWS::ResilienceHubV2::UserJourney
Properties:
SystemIdentifier: "my-systemidentifier"
Name: "my-name"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
resiliencehub:CreateUserJourneyresiliencehub:GetUserJourneyresiliencehub:GetUserJourneyresiliencehub:UpdateUserJourneyresiliencehub:GetUserJourneyresiliencehub:DeleteUserJourneyresiliencehub:ListUserJourneysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSystemIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SystemIdentifierName