Show / Hide Table of Contents

Interface CfnCampaignPropsMixin.IPreviewConfigProperty

Contains preview outbound mode configuration.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnCampaignPropsMixin.IPreviewConfigProperty
Syntax (vb)
Public Interface CfnCampaignPropsMixin.IPreviewConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-previewconfig.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 previewConfigProperty = new PreviewConfigProperty {
                 AgentActions = new [] { "agentActions" },
                 BandwidthAllocation = 123,
                 TimeoutConfig = new TimeoutConfigProperty {
                     DurationInSeconds = 123
                 }
             };

Synopsis

Properties

AgentActions

Agent actions for the preview outbound mode.

BandwidthAllocation

Bandwidth allocation for the preview outbound mode.

TimeoutConfig

Countdown timer configuration for preview outbound mode.

Properties

AgentActions

Agent actions for the preview outbound mode.

string[]? AgentActions { get; }
Property Value

string[]

Remarks

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

BandwidthAllocation

Bandwidth allocation for the preview outbound mode.

double? BandwidthAllocation { get; }
Property Value

double?

Remarks

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

TimeoutConfig

Countdown timer configuration for preview outbound mode.

object? TimeoutConfig { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnCampaignPropsMixin.ITimeoutConfigProperty

Back to top Generated by DocFX