@Stability(value=Stable)
public static interface CfnCampaign.OutboundCallConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connectcampaigns.*;
OutboundCallConfigProperty outboundCallConfigProperty = OutboundCallConfigProperty.builder()
.connectContactFlowArn("connectContactFlowArn")
.connectQueueArn("connectQueueArn")
// the properties below are optional
.connectSourcePhoneNumber("connectSourcePhoneNumber")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.OutboundCallConfigProperty.Builder
A builder for
CfnCampaign.OutboundCallConfigProperty |
static class |
CfnCampaign.OutboundCallConfigProperty.Jsii$Proxy
An implementation for
CfnCampaign.OutboundCallConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.OutboundCallConfigProperty.Builder |
builder() |
String |
getConnectContactFlowArn()
`CfnCampaign.OutboundCallConfigProperty.ConnectContactFlowArn`.
|
String |
getConnectQueueArn()
`CfnCampaign.OutboundCallConfigProperty.ConnectQueueArn`.
|
default String |
getConnectSourcePhoneNumber()
`CfnCampaign.OutboundCallConfigProperty.ConnectSourcePhoneNumber`.
|
@Stability(value=Stable) @NotNull String getConnectContactFlowArn()
@Stability(value=Stable) @NotNull String getConnectQueueArn()
@Stability(value=Stable) @Nullable default String getConnectSourcePhoneNumber()
@Stability(value=Stable) static CfnCampaign.OutboundCallConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.