EventStreamArgs

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

An Event Stream resource of Amazon Connect Customer Profiles

Constructors

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

Functions

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

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<EventStreamTagArgs>>? = null

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

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