interface ExternalInvocationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnContactFlowModulePropsMixin_ExternalInvocationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnContactFlowModulePropsMixin » ExternalInvocationConfigurationProperty |
The external invocation configuration for the flow module.
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 externalInvocationConfigurationProperty: connect.CfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | Enable external invocation. |
enabled?
Type:
boolean | IResolvable
(optional)
Enable external invocation.

.NET
Go
Java
Python
TypeScript