We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
Creates a user journey within a Resilience Hub system.
Create UserJourney Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UserJourney(name: string, args: UserJourneyArgs, opts?: CustomResourceOptions);@overload
def UserJourney(resource_name: str,
args: UserJourneyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def UserJourney(resource_name: str,
opts: Optional[ResourceOptions] = None,
system_identifier: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
policy_arn: Optional[str] = None)func NewUserJourney(ctx *Context, name string, args UserJourneyArgs, opts ...ResourceOption) (*UserJourney, error)public UserJourney(string name, UserJourneyArgs args, CustomResourceOptions? opts = null)
public UserJourney(String name, UserJourneyArgs args)
public UserJourney(String name, UserJourneyArgs args, CustomResourceOptions options)
type: aws-native:resiliencehubv2:UserJourney
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_resiliencehubv2_userjourney" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args UserJourneyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserJourneyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserJourneyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserJourneyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserJourneyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
UserJourney Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The UserJourney resource accepts the following input properties:
- System
Identifier string - The system ARN or system ID that owns this user journey.
- Description string
- The description of the user journey.
- Name string
- The name of the user journey.
- Policy
Arn string - The ARN of the resilience policy to associate with this user journey.
- System
Identifier string - The system ARN or system ID that owns this user journey.
- Description string
- The description of the user journey.
- Name string
- The name of the user journey.
- Policy
Arn string - The ARN of the resilience policy to associate with this user journey.
- system_
identifier string - The system ARN or system ID that owns this user journey.
- description string
- The description of the user journey.
- name string
- The name of the user journey.
- policy_
arn string - The ARN of the resilience policy to associate with this user journey.
- system
Identifier String - The system ARN or system ID that owns this user journey.
- description String
- The description of the user journey.
- name String
- The name of the user journey.
- policy
Arn String - The ARN of the resilience policy to associate with this user journey.
- system
Identifier string - The system ARN or system ID that owns this user journey.
- description string
- The description of the user journey.
- name string
- The name of the user journey.
- policy
Arn string - The ARN of the resilience policy to associate with this user journey.
- system_
identifier str - The system ARN or system ID that owns this user journey.
- description str
- The description of the user journey.
- name str
- The name of the user journey.
- policy_
arn str - The ARN of the resilience policy to associate with this user journey.
- system
Identifier String - The system ARN or system ID that owns this user journey.
- description String
- The description of the user journey.
- name String
- The name of the user journey.
- policy
Arn String - The ARN of the resilience policy to associate with this user journey.
Outputs
All input properties are implicitly available as output properties. Additionally, the UserJourney resource produces the following output properties:
- Created
At string - The timestamp when the user journey was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Updated
At string - The timestamp when the user journey was last updated.
- User
Journey stringId - The server-generated user journey ID.
- Created
At string - The timestamp when the user journey was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Updated
At string - The timestamp when the user journey was last updated.
- User
Journey stringId - The server-generated user journey ID.
- created_
at string - The timestamp when the user journey was created.
- id string
- The provider-assigned unique ID for this managed resource.
- updated_
at string - The timestamp when the user journey was last updated.
- user_
journey_ stringid - The server-generated user journey ID.
- created
At String - The timestamp when the user journey was created.
- id String
- The provider-assigned unique ID for this managed resource.
- updated
At String - The timestamp when the user journey was last updated.
- user
Journey StringId - The server-generated user journey ID.
- created
At string - The timestamp when the user journey was created.
- id string
- The provider-assigned unique ID for this managed resource.
- updated
At string - The timestamp when the user journey was last updated.
- user
Journey stringId - The server-generated user journey ID.
- created_
at str - The timestamp when the user journey was created.
- id str
- The provider-assigned unique ID for this managed resource.
- updated_
at str - The timestamp when the user journey was last updated.
- user_
journey_ strid - The server-generated user journey ID.
- created
At String - The timestamp when the user journey was created.
- id String
- The provider-assigned unique ID for this managed resource.
- updated
At String - The timestamp when the user journey was last updated.
- user
Journey StringId - The server-generated user journey ID.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi