AWS::CustomerProfiles::EventStreamAn Event Stream resource of Amazon Connect Customer Profiles.
import { CfnEventStream } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnEventStreamConfiguration passed to the constructor as CfnEventStreamProps.
domainNameRequiredstringThe unique name of the domain.
eventStreamNameRequiredstringThe name of the event stream.
uriRequiredstringThe StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for 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::EventStream