Ingestion Sources Properties Format Args
data class IngestionSourcesPropertiesFormatArgs(val resourceId: Output<String>? = null, val sourceType: Output<Either<String, SourceType>>? = null) : ConvertibleToJava<IngestionSourcesPropertiesFormatArgs>
Ingestion policy properties.
Constructors
Link copied to clipboard
constructor(resourceId: Output<String>? = null, sourceType: Output<Either<String, SourceType>>? = null)