AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CustomerProfiles::EventStream

CfnEventStream

An Event Stream resource of Amazon Connect Customer Profiles.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnEventStreamProps.

domainNameRequired
string

The unique name of the domain.

eventStreamNameRequired
string

The name of the event stream.

uriRequired
string

The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for 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::EventStream
Properties4

External Links