polygons

@JvmName(name = "ltnuhmnjfohccdio")
suspend fun polygons(value: Output<List<StreamProcessorRegionsOfInterestPolygonArgs>>)
@JvmName(name = "ujrrnpogjtkogseo")
suspend fun polygons(value: List<StreamProcessorRegionsOfInterestPolygonArgs>)

Parameters

value

Shape made up of up to 10 Point objects to define a region of interest. See polygon.


@JvmName(name = "pxnaovlyjerjjtky")
suspend fun polygons(vararg values: Output<StreamProcessorRegionsOfInterestPolygonArgs>)


@JvmName(name = "uqykghbrigjpplkl")
suspend fun polygons(values: List<Output<StreamProcessorRegionsOfInterestPolygonArgs>>)
@JvmName(name = "uyfocwqdaautoeia")
suspend fun polygons(vararg values: StreamProcessorRegionsOfInterestPolygonArgs)

Parameters

values

Shape made up of up to 10 Point objects to define a region of interest. See polygon.


@JvmName(name = "cjrkaaawkvrjvlox")
suspend fun polygons(argument: List<suspend StreamProcessorRegionsOfInterestPolygonArgsBuilder.() -> Unit>)
@JvmName(name = "rlxqyaucghvmcktr")
suspend fun polygons(vararg argument: suspend StreamProcessorRegionsOfInterestPolygonArgsBuilder.() -> Unit)
@JvmName(name = "ydobeuhkcyyfafcd")
suspend fun polygons(argument: suspend StreamProcessorRegionsOfInterestPolygonArgsBuilder.() -> Unit)

Parameters

argument

Shape made up of up to 10 Point objects to define a region of interest. See polygon.