CfnUserJourneyMixinProps
- class aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnUserJourneyMixinProps(*, description=None, name=None, policy_arn=None, system_identifier=None)
Bases:
objectProperties for CfnUserJourneyPropsMixin.
- Parameters:
description (
Optional[str]) – The description of the user journey.name (
Optional[str]) – The name of the user journey.policy_arn (
Optional[str]) – The ARN of the resilience policy to associate with this user journey.system_identifier (
Optional[str]) – The system ARN or system ID that owns this user journey.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_resiliencehubv2 as resiliencehubv2 cfn_user_journey_mixin_props = resiliencehubv2.CfnUserJourneyMixinProps( description="description", name="name", policy_arn="policyArn", system_identifier="systemIdentifier" )
Attributes
- description
The description of the user journey.
- name
The name of the user journey.
- policy_arn
The ARN of the resilience policy to associate with this user journey.
- system_identifier
The system ARN or system ID that owns this user journey.