TableSchemaCompositePartitionKeyArgs

data class TableSchemaCompositePartitionKeyArgs(val enforcementInRecord: Output<String>? = null, val name: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<TableSchemaCompositePartitionKeyArgs>

Constructors

Link copied to clipboard
constructor(enforcementInRecord: Output<String>? = null, name: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val enforcementInRecord: Output<String>? = null

The level of enforcement for the specification of a dimension key in ingested records. Valid values: REQUIRED, OPTIONAL.

Link copied to clipboard
val name: Output<String>? = null

The name of the attribute used for a dimension key.

Link copied to clipboard
val type: Output<String>

The type of the partition key. Valid values: DIMENSION, MEASURE.

Functions

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