interface CfnUserJourneyMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ResilienceHubV2.CfnUserJourneyMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsresiliencehubv2#CfnUserJourneyMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnUserJourneyMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnUserJourneyMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_resiliencehubv2 » CfnUserJourneyMixinProps |
Properties for CfnUserJourneyPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resiliencehubv2 as resiliencehubv2 } from '@aws-cdk/cfn-property-mixins';
const cfnUserJourneyMixinProps: resiliencehubv2.CfnUserJourneyMixinProps = {
description: 'description',
name: 'name',
policyArn: 'policyArn',
systemIdentifier: 'systemIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | The description of the user journey. |
| name? | string | The name of the user journey. |
| policy | string | The ARN of the resilience policy to associate with this user journey. |
| system | string | The system ARN or system ID that owns this user journey. |
description?
Type:
string
(optional)
The description of the user journey.
name?
Type:
string
(optional)
The name of the user journey.
policyArn?
Type:
string
(optional)
The ARN of the resilience policy to associate with this user journey.
systemIdentifier?
Type:
string
(optional)
The system ARN or system ID that owns this user journey.

.NET
Go
Java
Python
TypeScript