PartitionedPrefixArgs

data class PartitionedPrefixArgs(val partitionDateSource: Output<Either<String, PartitionedPrefixPartitionDateSource>>? = null) : ConvertibleToJava<PartitionedPrefixArgs>

Definition of PartitionedPrefix

Constructors

Link copied to clipboard
constructor(partitionDateSource: Output<Either<String, PartitionedPrefixPartitionDateSource>>? = null)

Properties

Link copied to clipboard

Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.

Functions

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