Show / Hide Table of Contents

Class CfnCampaign

A CloudFormation AWS::ConnectCampaigns::Campaign.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnCampaign
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.ConnectCampaigns
Assembly: Amazon.CDK.AWS.ConnectCampaigns.dll
Syntax (csharp)
public class CfnCampaign : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnCampaign
    Inherits CfnResource
    Implements IConstruct, IDependable, IInspectable
Remarks

Contains information about an outbound campaign.

CloudformationResource: AWS::ConnectCampaigns::Campaign

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.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.AWS.ConnectCampaigns;

var cfnCampaign = new CfnCampaign(this, "MyCfnCampaign", new CfnCampaignProps {
    ConnectInstanceArn = "connectInstanceArn",
    DialerConfig = new DialerConfigProperty {
        PredictiveDialerConfig = new PredictiveDialerConfigProperty {
            BandwidthAllocation = 123
        },
        ProgressiveDialerConfig = new ProgressiveDialerConfigProperty {
            BandwidthAllocation = 123
        }
    },
    Name = "name",
    OutboundCallConfig = new OutboundCallConfigProperty {
        ConnectContactFlowArn = "connectContactFlowArn",
        ConnectQueueArn = "connectQueueArn",

        // the properties below are optional
        AnswerMachineDetectionConfig = new AnswerMachineDetectionConfigProperty {
            EnableAnswerMachineDetection = false
        },
        ConnectSourcePhoneNumber = "connectSourcePhoneNumber"
    },

    // the properties below are optional
    Tags = new [] { new CfnTag {
        Key = "key",
        Value = "value"
    } }
});

Synopsis

Constructors

CfnCampaign(Construct, String, ICfnCampaignProps)

Create a new AWS::ConnectCampaigns::Campaign.

CfnCampaign(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CfnCampaign(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Properties

AttrArn

The Amazon Resource Name (ARN) of the high-volume outbound campaign.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
ConnectInstanceArn

The Amazon Resource Name (ARN) of the Amazon Connect instance.

DialerConfig

Contains information about the dialer configuration.

Name

The name of the campaign.

OutboundCallConfig

Contains information about the outbound call configuration.

Tags

The tags used to organize, track, or control access for this resource.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<String, Object>)

Constructors

CfnCampaign(Construct, String, ICfnCampaignProps)

Create a new AWS::ConnectCampaigns::Campaign.

public CfnCampaign(Construct scope, string id, ICfnCampaignProps props)
Parameters
scope Construct
  • scope in which this resource is defined.
id System.String
  • scoped id of the resource.
props ICfnCampaignProps
  • resource properties.

CfnCampaign(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CfnCampaign(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CfnCampaign(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CfnCampaign(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

AttrArn

The Amazon Resource Name (ARN) of the high-volume outbound campaign.

public virtual string AttrArn { get; }
Property Value

System.String

Remarks

CloudformationAttribute: Arn

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

System.String

CfnProperties

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.CfnProperties

ConnectInstanceArn

The Amazon Resource Name (ARN) of the Amazon Connect instance.

public virtual string ConnectInstanceArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.html#cfn-connectcampaigns-campaign-connectinstancearn

DialerConfig

Contains information about the dialer configuration.

public virtual object DialerConfig { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.html#cfn-connectcampaigns-campaign-dialerconfig

Name

The name of the campaign.

public virtual string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.html#cfn-connectcampaigns-campaign-name

OutboundCallConfig

Contains information about the outbound call configuration.

public virtual object OutboundCallConfig { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.html#cfn-connectcampaigns-campaign-outboundcallconfig

Tags

The tags used to organize, track, or control access for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.html#cfn-connectcampaigns-campaign-tags

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector
  • tree inspector to collect and process attributes.

RenderProperties(IDictionary<String, Object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX