AWS Fundamentals Logo
AWS Fundamentals
AWS::CustomerProfiles::EventStream

CustomerProfiles EventStream

An Event Stream resource of Amazon Connect Customer Profiles

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainName
string
RequiredCreate-only
EventStreamName
string
RequiredCreate-only
Uri
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe timestamp of when the export was created.
DestinationDetailsobjectDetails regarding the Kinesis stream.
EventStreamArnstringA unique identifier for the event stream.
StatestringThe operational state of destination stream for export.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::EventStream

Resources:
  MyResource:
    Type: AWS::CustomerProfiles::EventStream
    Properties:
      DomainName: "my-domainname"
      EventStreamName: "my-eventstreamname"
      Uri: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

profile:CreateEventStreamiam:PutRolePolicykinesis:DescribeStreamSummaryprofile:TagResource

read

profile:GetEventStreamkinesis:DescribeStreamSummary

update

kinesis:DescribeStreamSummaryprofile:GetEventStreamprofile:UntagResourceprofile:TagResource

delete

profile:DeleteEventStreamiam:DeleteRolePolicy

list

profile:ListEventStreams

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

ServiceCustomerProfiles
Properties8
Required3
TaggingSupported
Primary IDDomainName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainNameEventStreamNameUri

External Links