Class CfnUser.AfterContactWorkConfigProperty
After Contact Work configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUser.AfterContactWorkConfigProperty : CfnUser.IAfterContactWorkConfigProperty
Syntax (vb)
Public Class CfnUser.AfterContactWorkConfigProperty Implements CfnUser.IAfterContactWorkConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var afterContactWorkConfigProperty = new AfterContactWorkConfigProperty {
AfterContactWorkTimeLimit = 123
};
Synopsis
Constructors
| AfterContactWorkConfigProperty() | After Contact Work configuration. |
Properties
| AfterContactWorkTimeLimit | The After Call Work (ACW) timeout setting, in seconds. |
Constructors
AfterContactWorkConfigProperty()
After Contact Work configuration.
public AfterContactWorkConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var afterContactWorkConfigProperty = new AfterContactWorkConfigProperty {
AfterContactWorkTimeLimit = 123
};
Properties
AfterContactWorkTimeLimit
The After Call Work (ACW) timeout setting, in seconds.
public double? AfterContactWorkTimeLimit { get; set; }