AWS::CustomerProfiles::EventTriggerSpecifies the rules to perform an action based on customer ingested data.
import { CfnEventTrigger } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnEventTriggerConfiguration passed to the constructor as CfnEventTriggerProps.
domainNameRequiredstringThe unique name of the domain.
eventTriggerConditionsRequiredIResolvable | IResolvable | EventTriggerConditionProperty[]A list of conditions that determine when an event should trigger the destination.
eventTriggerNameRequiredstringThe unique name of the event trigger.
objectTypeNameRequiredstringThe unique name of the object type.
descriptionOptionalstringThe description of the event trigger.
eventTriggerLimitsOptionalIResolvable | EventTriggerLimitsPropertyDefines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
segmentFilterOptionalstringThe destination is triggered only for profiles that meet the criteria of a segment definition.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-customerprofilesAWS::CustomerProfiles::EventTrigger