Interface CfnUserJourneyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserJourneyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:31.949Z")
@Stability(Stable)
public interface CfnUserJourneyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnUserJourney.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.resiliencehubv2.*;
CfnUserJourneyProps cfnUserJourneyProps = CfnUserJourneyProps.builder()
.name("name")
.systemIdentifier("systemIdentifier")
// the properties below are optional
.description("description")
.policyArn("policyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserJourneyPropsstatic final classAn implementation forCfnUserJourneyProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnUserJourneyProps.Builderbuilder()default StringThe description of the user journey.getName()The name of the user journey.default StringThe ARN of the resilience policy to associate with this user journey.The system ARN or system ID that owns this user journey.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the user journey.- See Also:
-
getSystemIdentifier
The system ARN or system ID that owns this user journey.- See Also:
-
getDescription
The description of the user journey.- See Also:
-
getPolicyArn
The ARN of the resilience policy to associate with this user journey.- See Also:
-
builder
- Returns:
- a
CfnUserJourneyProps.BuilderofCfnUserJourneyProps
-