IngestionPolicyPropertiesFormatArgs

data class IngestionPolicyPropertiesFormatArgs(val ingestionSources: Output<List<IngestionSourcesPropertiesFormatArgs>>? = null, val ingestionType: Output<Either<String, IngestionType>>? = null) : ConvertibleToJava<IngestionPolicyPropertiesFormatArgs>

Ingestion Policy properties.

Constructors

Link copied to clipboard
constructor(ingestionSources: Output<List<IngestionSourcesPropertiesFormatArgs>>? = null, ingestionType: Output<Either<String, IngestionType>>? = null)

Properties

Link copied to clipboard

Ingestion Sources.

Link copied to clipboard
val ingestionType: Output<Either<String, IngestionType>>? = null

The ingestion type.

Functions

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