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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnContactFlowModule.ExternalInvocationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Enable external invocation.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnContactFlowModule.ExternalInvocationConfigurationProperty.Builder builder()
-