AlertConfigurationSinkEventStore

data class AlertConfigurationSinkEventStore(val enabled: Boolean? = null, val endpoint: String? = null, val eventStore: String? = null, val project: String? = null, val roleArn: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, endpoint: String? = null, eventStore: String? = null, project: String? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Open.

Link copied to clipboard
val endpoint: String? = null

SLS service endpoint.

Link copied to clipboard
val eventStore: String? = null

Event Library Name.

Link copied to clipboard
val project: String? = null

Project Name.

Link copied to clipboard
val roleArn: String? = null

Roles used to write alarm data to the event Library.