Class AppProfileSingleClusterRoutingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AppProfileSingleClusterRoutingArgs : ResourceArgs
Constructors
View SourceAppProfileSingleClusterRoutingArgs()
Declaration
public AppProfileSingleClusterRoutingArgs()
Properties
View SourceAllowTransactionalWrites
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.
Declaration
public Input<bool> AllowTransactionalWrites { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ClusterId
The cluster to which read/write requests should be routed.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |