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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQuickConnect.PhoneNumberQuickConnectConfigPropertystatic final classAn implementation forCfnQuickConnect.PhoneNumberQuickConnectConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPhoneNumber
The phone number in E.164 format. -
builder
-