interface CfnContactFlowVersionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnContactFlowVersionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnContactFlowVersionMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnContactFlowVersionMixinProps |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnContactFlowVersionMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnContactFlowVersionMixinProps |
Properties for CfnContactFlowVersionPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const cfnContactFlowVersionMixinProps: connect_mixins.CfnContactFlowVersionMixinProps = {
contactFlowId: 'contactFlowId',
description: 'description',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The identifier of the flow. |
| description? | string | The description of the flow version. |
contactFlowId?
Type:
string
(optional)
The identifier of the flow.
description?
Type:
string
(optional)
The description of the flow version.

.NET
Go
Java
Python
TypeScript