Interface CfnUserPropsMixin.PhoneNumberConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPropsMixin.PhoneNumberConfigProperty.Jsii$Proxy
- Enclosing class:
CfnUserPropsMixin
@Stability(Stable)
public static interface CfnUserPropsMixin.PhoneNumberConfigProperty
extends software.amazon.jsii.JsiiSerializable
Phone Number configuration per channel.
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.*;
PhoneNumberConfigProperty phoneNumberConfigProperty = PhoneNumberConfigProperty.builder()
.channel("channel")
.phoneNumber("phoneNumber")
.phoneType("phoneType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPropsMixin.PhoneNumberConfigPropertystatic final classAn implementation forCfnUserPropsMixin.PhoneNumberConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannel
The channels that agents can handle in the Contact Control Panel (CCP).- See Also:
-
getPhoneNumber
The phone number for the user's desk phone.- See Also:
-
getPhoneType
The phone type.- See Also:
-
builder
-