Ingestion Policy Properties Format Args
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)