EventEndpointReplicationConfigArgs

data class EventEndpointReplicationConfigArgs(val state: Output<String>? = null) : ConvertibleToJava<EventEndpointReplicationConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val state: Output<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.

Functions

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