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
published on Monday, Jun 15, 2026 by Pulumi
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
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 dictionarydata "aws-native_resiliencehubv2_getuserjourney" "name" {
# arguments
}The following arguments are supported:
- System
Identifier string - The system ARN or system ID that owns this user journey.
- User
Journey stringId - The server-generated user journey ID.
- System
Identifier string - The system ARN or system ID that owns this user journey.
- User
Journey stringId - The server-generated user journey ID.
- system_
identifier string - The system ARN or system ID that owns this user journey.
- user_
journey_ stringid - The server-generated user journey ID.
- system
Identifier String - The system ARN or system ID that owns this user journey.
- user
Journey StringId - The server-generated user journey ID.
- system
Identifier string - The system ARN or system ID that owns this user journey.
- user
Journey stringId - The server-generated user journey ID.
- system_
identifier str - The system ARN or system ID that owns this user journey.
- user_
journey_ strid - The server-generated user journey ID.
- system
Identifier String - The system ARN or system ID that owns this user journey.
- user
Journey StringId - The server-generated user journey ID.
getUserJourney Result
The following output properties are available:
- 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 stringId - 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 stringId - 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_ stringid - 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 StringId - 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 stringId - 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_ strid - 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 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.
Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
published on Monday, Jun 15, 2026 by Pulumi