streams
Parameters
value
List of streams that this data source will be sent to.
suspend fun streams(vararg values: Output<Either<String, KnownPrometheusForwarderDataSourceStreams>>)
suspend fun streams(values: List<Output<Either<String, KnownPrometheusForwarderDataSourceStreams>>>)
Parameters
values
List of streams that this data source will be sent to.