AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CustomerProfiles::EventTrigger

CfnEventTrigger

Specifies the rules to perform an action based on customer ingested data.

Import

import { CfnEventTrigger } from 'aws-cdk-lib/aws-customerprofiles';

Or use the module namespace:

import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnEventTrigger

Properties

Configuration passed to the constructor as CfnEventTriggerProps.

domainNameRequired
string

The unique name of the domain.

eventTriggerConditionsRequired
IResolvable | IResolvable | EventTriggerConditionProperty[]

A list of conditions that determine when an event should trigger the destination.

eventTriggerNameRequired
string

The unique name of the event trigger.

objectTypeNameRequired
string

The unique name of the object type.

descriptionOptional
string

The description of the event trigger.

eventTriggerLimitsOptional
IResolvable | EventTriggerLimitsProperty

Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.

segmentFilterOptional
string

The destination is triggered only for profiles that meet the criteria of a segment definition.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-customerprofiles
CFN TypeAWS::CustomerProfiles::EventTrigger
Properties8

External Links