Interface CfnContactFlowModule.ExternalInvocationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnContactFlowModule.ExternalInvocationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnContactFlowModule

@Stability(Stable) public static interface CfnContactFlowModule.ExternalInvocationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.connect.*;
 ExternalInvocationConfigurationProperty externalInvocationConfigurationProperty = ExternalInvocationConfigurationProperty.builder()
         .enabled(false)
         .build();
 

See Also: