AWS::CustomerProfiles::EventStreamAn Event Stream resource of Amazon Connect Customer Profiles
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainName | string | RequiredCreate-only |
EventStreamName | string | RequiredCreate-only |
Uri | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the export was created. |
DestinationDetails | object | Details regarding the Kinesis stream. |
EventStreamArn | string | A unique identifier for the event stream. |
State | string | The operational state of destination stream for export. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
profile:CreateEventStreamiam:PutRolePolicykinesis:DescribeStreamSummaryprofile:TagResourceprofile:GetEventStreamkinesis:DescribeStreamSummarykinesis:DescribeStreamSummaryprofile:GetEventStreamprofile:UntagResourceprofile:TagResourceprofile:DeleteEventStreamiam:DeleteRolePolicyprofile:ListEventStreamsOur 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.
DomainNameEventStreamNameUri