EventStreamArgs

data class EventStreamArgs(val domainName: Output<String>? = null, val eventStreamName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<EventStreamArgs>

An Event Stream resource of Amazon Connect Customer Profiles

Constructors

Link copied to clipboard
constructor(domainName: Output<String>? = null, eventStreamName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, uri: Output<String>? = null)

Properties

Link copied to clipboard
val domainName: Output<String>? = null

The unique name of the domain.

Link copied to clipboard
val eventStreamName: Output<String>? = null

The name of the event stream.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags used to organize, track, or control access for this resource.

Link copied to clipboard
val uri: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EventStreamArgs