metaDataColumnName

@JvmName(name = "sinrjktwkihiyyif")
suspend fun metaDataColumnName(value: Output<String>)
@JvmName(name = "bmciklmjopndcytv")
suspend fun metaDataColumnName(value: String?)

Parameters

value

Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type. For Direct PUT as source { "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" } For Kinesis Data Stream as source "kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }