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

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.

    Using getUserJourney

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getUserJourney(args: GetUserJourneyArgs, opts?: InvokeOptions): Promise<GetUserJourneyResult>
    function getUserJourneyOutput(args: GetUserJourneyOutputArgs, opts?: InvokeOptions): Output<GetUserJourneyResult>
    def get_user_journey(system_identifier: Optional[str] = None,
                         user_journey_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetUserJourneyResult
    def get_user_journey_output(system_identifier: pulumi.Input[Optional[str]] = None,
                         user_journey_id: pulumi.Input[Optional[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetUserJourneyResult]
    func LookupUserJourney(ctx *Context, args *LookupUserJourneyArgs, opts ...InvokeOption) (*LookupUserJourneyResult, error)
    func LookupUserJourneyOutput(ctx *Context, args *LookupUserJourneyOutputArgs, opts ...InvokeOption) LookupUserJourneyResultOutput

    > Note: This function is named LookupUserJourney in the Go SDK.

    public static class GetUserJourney 
    {
        public static Task<GetUserJourneyResult> InvokeAsync(GetUserJourneyArgs args, InvokeOptions? opts = null)
        public static Output<GetUserJourneyResult> Invoke(GetUserJourneyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUserJourneyResult> getUserJourney(GetUserJourneyArgs args, InvokeOptions options)
    public static Output<GetUserJourneyResult> getUserJourney(GetUserJourneyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:resiliencehubv2:getUserJourney
      arguments:
        # arguments dictionary
    data "aws-native_resiliencehubv2_getuserjourney" "name" {
        # arguments
    }

    The following arguments are supported:

    SystemIdentifier string
    The system ARN or system ID that owns this user journey.
    UserJourneyId string
    The server-generated user journey ID.
    SystemIdentifier string
    The system ARN or system ID that owns this user journey.
    UserJourneyId string
    The server-generated user journey ID.
    system_identifier string
    The system ARN or system ID that owns this user journey.
    user_journey_id string
    The server-generated user journey ID.
    systemIdentifier String
    The system ARN or system ID that owns this user journey.
    userJourneyId String
    The server-generated user journey ID.
    systemIdentifier string
    The system ARN or system ID that owns this user journey.
    userJourneyId string
    The server-generated user journey ID.
    system_identifier str
    The system ARN or system ID that owns this user journey.
    user_journey_id str
    The server-generated user journey ID.
    systemIdentifier String
    The system ARN or system ID that owns this user journey.
    userJourneyId String
    The server-generated user journey ID.

    getUserJourney Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the user journey was created.
    Description string
    The description of the user journey.
    PolicyArn string
    The ARN of the resilience policy to associate with this user journey.
    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.
    Description string
    The description of the user journey.
    PolicyArn string
    The ARN of the resilience policy to associate with this user journey.
    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.
    description string
    The description of the user journey.
    policy_arn string
    The ARN of the resilience policy to associate with this user journey.
    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.
    description String
    The description of the user journey.
    policyArn String
    The ARN of the resilience policy to associate with this user journey.
    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.
    description string
    The description of the user journey.
    policyArn string
    The ARN of the resilience policy to associate with this user journey.
    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.
    description str
    The description of the user journey.
    policy_arn str
    The ARN of the resilience policy to associate with this user journey.
    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.
    description String
    The description of the user journey.
    policyArn String
    The ARN of the resilience policy to associate with this user journey.
    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