GetRealTimeLogDeliveriesPlainArgs

data class GetRealTimeLogDeliveriesPlainArgs(val domain: String, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetRealTimeLogDeliveriesPlainArgs>

A collection of arguments for invoking getRealTimeLogDeliveries.

Constructors

Link copied to clipboard
constructor(domain: String, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the real-time log delivery feature. Valid Values: online and offline.

Functions

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