View a markdown version of this page

AWS::ResilienceHubV2::UserJourney - AWS CloudFormation

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

Represents a user journey that defines a critical path through a system.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ResilienceHubV2::UserJourney", "Properties" : { "Description" : String, "Name" : String, "PolicyArn" : String, "SystemIdentifier" : String } }

YAML

Type: AWS::ResilienceHubV2::UserJourney Properties: Description: String Name: String PolicyArn: String SystemIdentifier: String

Properties

Description

Property description not available.

Required: No

Type: String

Maximum: 500

Update requires: No interruption

Name

Property description not available.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9][A-Za-z0-9 _\-]{1,59}$

Update requires: Replacement

PolicyArn

ARN identifier.

Required: No

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

SystemIdentifier

Identifier that accepts either ARN or system ID.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreatedAt

The timestamp when the user journey was created.

UpdatedAt

The timestamp when the user journey was last updated.

UserJourneyId

The unique identifier of the user journey.