1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. resiliencehubv2
  6. UserJourney

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
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:

    SystemIdentifier 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.
    PolicyArn string
    The ARN of the resilience policy to associate with this user journey.
    SystemIdentifier 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.
    PolicyArn 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.
    systemIdentifier 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.
    policyArn String
    The ARN of the resilience policy to associate with this user journey.
    systemIdentifier 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.
    policyArn 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.
    systemIdentifier 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.
    policyArn 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:

    CreatedAt string
    The timestamp when the user journey was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The timestamp when the user journey was last updated.
    UserJourneyId string
    The server-generated user journey ID.
    CreatedAt string
    The timestamp when the user journey was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    The timestamp when the user journey was last updated.
    UserJourneyId string
    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_id string
    The server-generated user journey ID.
    createdAt String
    The timestamp when the user journey was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the user journey was last updated.
    userJourneyId String
    The server-generated user journey ID.
    createdAt string
    The timestamp when the user journey was created.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    The timestamp when the user journey was last updated.
    userJourneyId string
    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_id str
    The server-generated user journey ID.
    createdAt String
    The timestamp when the user journey was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the user journey was last updated.
    userJourneyId String
    The server-generated user journey ID.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial