interface CfnContactFlowModuleVersionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnContactFlowModuleVersionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnContactFlowModuleVersionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnContactFlowModuleVersionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnContactFlowModuleVersionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnContactFlowModuleVersionMixinProps |
Properties for CfnContactFlowModuleVersionPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const cfnContactFlowModuleVersionMixinProps: connect.CfnContactFlowModuleVersionMixinProps = {
contactFlowModuleId: 'contactFlowModuleId',
description: 'description',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The identifier of the contact flow module (ARN) this version is tied to. |
| description? | string | The description of the version. |
contactFlowModuleId?
Type:
string
(optional)
The identifier of the contact flow module (ARN) this version is tied to.
description?
Type:
string
(optional)
The description of the version.

.NET
Go
Java
Python
TypeScript