Show / Hide Table of Contents

Class CfnCampaignPropsMixin.TimeoutConfigProperty

Contains preview outbound mode timeout configuration.

Inheritance
object
CfnCampaignPropsMixin.TimeoutConfigProperty
Implements
CfnCampaignPropsMixin.ITimeoutConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.TimeoutConfigProperty : CfnCampaignPropsMixin.ITimeoutConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.TimeoutConfigProperty Implements CfnCampaignPropsMixin.ITimeoutConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timeoutconfig.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.ConnectCampaignsV2;

             var timeoutConfigProperty = new TimeoutConfigProperty {
                 DurationInSeconds = 123
             };

Synopsis

Constructors

TimeoutConfigProperty()

Contains preview outbound mode timeout configuration.

Properties

DurationInSeconds

Duration in seconds for the countdown timer.

Constructors

TimeoutConfigProperty()

Contains preview outbound mode timeout configuration.

public TimeoutConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timeoutconfig.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.ConnectCampaignsV2;

             var timeoutConfigProperty = new TimeoutConfigProperty {
                 DurationInSeconds = 123
             };

Properties

DurationInSeconds

Duration in seconds for the countdown timer.

public double? DurationInSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-timeoutconfig.html#cfn-connectcampaignsv2-campaign-timeoutconfig-durationinseconds

Implements

CfnCampaignPropsMixin.ITimeoutConfigProperty
Back to top Generated by DocFX