EventEndpointReplicationConfig

data class EventEndpointReplicationConfig(val state: String? = null)

Constructors

Link copied to clipboard
constructor(state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

The state of event replication. Valid values: ENABLED, DISABLED. The default state is ENABLED, which means you must supply a role_arn. If you don't have a role_arn or you don't want event replication enabled, set state to DISABLED.