AWS Fundamentals Logo
AWS Fundamentals
AWS::ResilienceHubV2::UserJourney

ResilienceHubV2 UserJourney

Creates a user journey within a Resilience Hub system.

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
SystemIdentifier
string
RequiredCreate-only
Description
string
PolicyArn
string

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp when the user journey was created.
UpdatedAtstringThe timestamp when the user journey was last updated.
UserJourneyIdstringThe server-generated user journey ID.

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::UserJourney

Resources:
  MyResource:
    Type: AWS::ResilienceHubV2::UserJourney
    Properties:
      SystemIdentifier: "my-systemidentifier"
      Name: "my-name"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

resiliencehub:CreateUserJourneyresiliencehub:GetUserJourney

read

resiliencehub:GetUserJourney

update

resiliencehub:UpdateUserJourneyresiliencehub:GetUserJourney

delete

resiliencehub:DeleteUserJourney

list

resiliencehub:ListUserJourneys

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
Properties7
Required2
TaggingNot supported
Primary IDSystemIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

SystemIdentifierName

External Links