Logz Monitor Plan Args
data class LogzMonitorPlanArgs(val billingCycle: Output<String>, val effectiveDate: Output<String>, val planId: Output<String>? = null, val usageType: Output<String>) : ConvertibleToJava<LogzMonitorPlanArgs>
Constructors
Link copied to clipboard
fun LogzMonitorPlanArgs(billingCycle: Output<String>, effectiveDate: Output<String>, planId: Output<String>? = null, usageType: Output<String>)