IngestionSourcesPropertiesFormatArgs

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)

Properties

Link copied to clipboard
val resourceId: Output<String>? = null

Resource ID.

Link copied to clipboard
val sourceType: Output<Either<String, SourceType>>? = null

Ingestion source type.

Functions

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