CfnUserJourneyMixinProps

class aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnUserJourneyMixinProps(*, description=None, name=None, policy_arn=None, system_identifier=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-userjourney.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-userjourney.html#cfn-resiliencehubv2-userjourney-description

name

The name of the user journey.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-userjourney.html#cfn-resiliencehubv2-userjourney-name

policy_arn

The ARN of the resilience policy to associate with this user journey.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-userjourney.html#cfn-resiliencehubv2-userjourney-policyarn

system_identifier

The system ARN or system ID that owns this user journey.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-userjourney.html#cfn-resiliencehubv2-userjourney-systemidentifier