Interface CfnCampaignPropsMixin.EventTriggerProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.EventTriggerProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.EventTriggerProperty
extends software.amazon.jsii.JsiiSerializable
The event trigger of the campaign.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.*;
EventTriggerProperty eventTriggerProperty = EventTriggerProperty.builder()
.customerProfilesDomainArn("customerProfilesDomainArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.EventTriggerPropertystatic final classAn implementation forCfnCampaignPropsMixin.EventTriggerProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomerProfilesDomainArn
The Amazon Resource Name (ARN) of the Customer Profiles domain.- See Also:
-
builder
-