Interface CfnTestCasePropsMixin.VoiceCallEntryPointParametersProperty

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

@Stability(Stable) public static interface CfnTestCasePropsMixin.VoiceCallEntryPointParametersProperty extends software.amazon.jsii.JsiiSerializable
The voice call entry point parameters for the test case.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
 VoiceCallEntryPointParametersProperty voiceCallEntryPointParametersProperty = VoiceCallEntryPointParametersProperty.builder()
         .destinationPhoneNumber("destinationPhoneNumber")
         .flowId("flowId")
         .sourcePhoneNumber("sourcePhoneNumber")
         .build();
 

See Also: