replicationConfig

@JvmName(name = "acqajvpbkuhcbkls")
suspend fun replicationConfig(value: Output<EndpointReplicationConfigArgs>)
@JvmName(name = "afcnkgatobfklrax")
suspend fun replicationConfig(value: EndpointReplicationConfigArgs?)

Parameters

value

Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED which means you must supply a RoleArn . If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED .


@JvmName(name = "qjhjmxhflftybhmm")
suspend fun replicationConfig(argument: suspend EndpointReplicationConfigArgsBuilder.() -> Unit)

Parameters

argument

Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED which means you must supply a RoleArn . If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED .