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
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
BandwidthAllocation
Bandwidth allocation for the preview outbound mode.
double? BandwidthAllocation { get; }
Property Value
Remarks
TimeoutConfig
Countdown timer configuration for preview outbound mode.
object? TimeoutConfig { get; }