staticColumns property

Input<List<TableSchemaDefinitionStaticColumn>?>? staticColumns
final

The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.

Implementation

final pulumi.Input<List<TableSchemaDefinitionStaticColumn>?>? staticColumns;