AWS::CustomerProfiles::EventTriggerAn event trigger resource of Amazon Connect Customer Profiles
8 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainName | string | RequiredCreate-only |
EventTriggerConditions | array | Required |
EventTriggerName | string | RequiredCreate-only |
ObjectTypeName | string | Required |
Description | string | |
EventTriggerLimits | EventTriggerLimits | |
SegmentFilter | string | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the event trigger was created. |
LastUpdatedAt | string | The timestamp of when the event trigger was most recently updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::EventTrigger
Resources:
MyResource:
Type: AWS::CustomerProfiles::EventTrigger
Properties:
DomainName: "my-domainname"
EventTriggerName: "my-eventtriggername"
ObjectTypeName: "my-objecttypename"
EventTriggerConditions: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
profile:CreateEventTriggerprofile:TagResourceprofile:GetEventTriggerprofile:GetEventTriggerprofile:UpdateEventTriggerprofile:UntagResourceprofile:TagResourceprofile:DeleteEventTriggerprofile:ListEventTriggersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNameEventTriggerName