Class CfnCampaignMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.connectcampaignsv2.mixins.CfnCampaignMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignMixinProps
@Stability(Stable)
@Internal
public static final class CfnCampaignMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignMixinProps
An implementation for
CfnCampaignMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.connectcampaignsv2.mixins.CfnCampaignMixinProps
CfnCampaignMixinProps.Builder, CfnCampaignMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCampaignMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCampaignMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains channel subtype configuration for an outbound campaign.final ObjectCommunication limits configuration for an outbound campaign.final ObjectContains communication time configuration for an outbound campaign.final StringThe Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.final StringThe identifier of the Amazon Connect instance.final StringgetName()The name of the outbound campaign.final ObjectContains the schedule configuration.final ObjectContains source configuration.getTags()The tags used to organize, track, or control access for this resource.final StringgetType()The type of campaign.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCampaignMixinProps.Builder.
-
-
Method Details
-
getChannelSubtypeConfig
Description copied from interface:CfnCampaignMixinPropsContains channel subtype configuration for an outbound campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.ChannelSubtypeConfigProperty- Specified by:
getChannelSubtypeConfigin interfaceCfnCampaignMixinProps- See Also:
-
getCommunicationLimitsOverride
Description copied from interface:CfnCampaignMixinPropsCommunication limits configuration for an outbound campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.CommunicationLimitsConfigProperty- Specified by:
getCommunicationLimitsOverridein interfaceCfnCampaignMixinProps- See Also:
-
getCommunicationTimeConfig
Description copied from interface:CfnCampaignMixinPropsContains communication time configuration for an outbound campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.CommunicationTimeConfigProperty- Specified by:
getCommunicationTimeConfigin interfaceCfnCampaignMixinProps- See Also:
-
getConnectCampaignFlowArn
Description copied from interface:CfnCampaignMixinPropsThe Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.- Specified by:
getConnectCampaignFlowArnin interfaceCfnCampaignMixinProps- See Also:
-
getConnectInstanceId
Description copied from interface:CfnCampaignMixinPropsThe identifier of the Amazon Connect instance.You can find the
instanceIdin the ARN of the instance.- Specified by:
getConnectInstanceIdin interfaceCfnCampaignMixinProps- See Also:
-
getName
Description copied from interface:CfnCampaignMixinPropsThe name of the outbound campaign.- Specified by:
getNamein interfaceCfnCampaignMixinProps- See Also:
-
getSchedule
Description copied from interface:CfnCampaignMixinPropsContains the schedule configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.ScheduleProperty- Specified by:
getSchedulein interfaceCfnCampaignMixinProps- See Also:
-
getSource
Description copied from interface:CfnCampaignMixinPropsContains source configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.SourceProperty- Specified by:
getSourcein interfaceCfnCampaignMixinProps- See Also:
-
getTags
Description copied from interface:CfnCampaignMixinPropsThe tags used to organize, track, or control access for this resource.For example,
{ "tags": {"key1":"value1", "key2":"value2"} }.- Specified by:
getTagsin interfaceCfnCampaignMixinProps- See Also:
-
getType
Description copied from interface:CfnCampaignMixinPropsThe type of campaign.- Specified by:
getTypein interfaceCfnCampaignMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-