Interface CfnUserPropsMixin.UserPhoneConfigProperty

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

@Stability(Stable) public static interface CfnUserPropsMixin.UserPhoneConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the phone configuration settings for a user.

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.*;
 UserPhoneConfigProperty userPhoneConfigProperty = UserPhoneConfigProperty.builder()
         .afterContactWorkTimeLimit(123)
         .autoAccept(false)
         .deskPhoneNumber("deskPhoneNumber")
         .persistentConnection(false)
         .phoneType("phoneType")
         .build();
 

See Also: