Partitioned Prefix Args
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)