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