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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnQuickConnect.PhoneNumberQuickConnectConfigProperty
static final class
An 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.- See Also:
-
builder
-