Show / Hide Table of Contents

Class CfnUser.AfterContactWorkConfigProperty

After Contact Work configuration.

Inheritance
object
CfnUser.AfterContactWorkConfigProperty
Implements
CfnUser.IAfterContactWorkConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfig.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-aftercontactworkconfig.html#cfn-connect-user-aftercontactworkconfig-aftercontactworktimelimit

Implements

CfnUser.IAfterContactWorkConfigProperty
Back to top Generated by DocFX