Interface CfnQueue.OutboundCallerConfigProperty

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

@Stability(Stable) public static interface CfnQueue.OutboundCallerConfigProperty extends software.amazon.jsii.JsiiSerializable
The outbound caller ID name, number, and outbound whisper flow.

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.*;
 OutboundCallerConfigProperty outboundCallerConfigProperty = OutboundCallerConfigProperty.builder()
         .outboundCallerIdName("outboundCallerIdName")
         .outboundCallerIdNumberArn("outboundCallerIdNumberArn")
         .outboundFlowArn("outboundFlowArn")
         .build();
 

See Also: