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
fun IngestionSourcesPropertiesFormatArgs(resourceId: Output<String>? = null, sourceType: Output<Either<String, SourceType>>? = null)

Functions

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

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.