Interface CfnQuickConnect.UserQuickConnectConfigProperty

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

@Stability(Stable) public static interface CfnQuickConnect.UserQuickConnectConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the quick connect configuration settings for a user.

The contact flow must be of type Transfer to Agent.

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.*;
 UserQuickConnectConfigProperty userQuickConnectConfigProperty = UserQuickConnectConfigProperty.builder()
         .contactFlowArn("contactFlowArn")
         .userArn("userArn")
         .build();
 

See Also: