AppProfileSingleClusterRoutingArgs

data class AppProfileSingleClusterRoutingArgs(val allowTransactionalWrites: Output<Boolean>? = null, val clusterId: Output<String>) : ConvertibleToJava<AppProfileSingleClusterRoutingArgs>

Constructors

Link copied to clipboard
constructor(allowTransactionalWrites: Output<Boolean>? = null, clusterId: Output<String>)

Properties

Link copied to clipboard
val allowTransactionalWrites: Output<Boolean>? = null

If true, CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.

Link copied to clipboard
val clusterId: Output<String>

The cluster to which read/write requests should be routed.

Functions

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