Interface CfnQuickConnect.PhoneNumberQuickConnectConfigProperty

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

@Stability(Stable) public static interface CfnQuickConnect.PhoneNumberQuickConnectConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a phone number for a quick connect.

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.*;
 PhoneNumberQuickConnectConfigProperty phoneNumberQuickConnectConfigProperty = PhoneNumberQuickConnectConfigProperty.builder()
         .phoneNumber("phoneNumber")
         .build();