Show / Hide Table of Contents

Interface CfnUserPropsMixin.IAfterContactWorkConfigProperty

After Contact Work configuration.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnUserPropsMixin.IAfterContactWorkConfigProperty
Syntax (vb)
Public Interface CfnUserPropsMixin.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.CfnPropertyMixins.AWS.Connect;

             var afterContactWorkConfigProperty = new AfterContactWorkConfigProperty {
                 AfterContactWorkTimeLimit = 123
             };

Synopsis

Properties

AfterContactWorkTimeLimit

The After Call Work (ACW) timeout setting, in seconds.

Properties

AfterContactWorkTimeLimit

The After Call Work (ACW) timeout setting, in seconds.

double? AfterContactWorkTimeLimit { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX