LogzMonitorPlanArgs

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
constructor(billingCycle: Output<String>, effectiveDate: Output<String>, planId: Output<String>? = null, usageType: Output<String>)

Properties

Link copied to clipboard
val billingCycle: Output<String>

Different billing cycles. Possible values are MONTHLY or WEEKLY. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val effectiveDate: Output<String>

Date when plan was applied. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val planId: Output<String>? = null

Plan id as published by Logz. The only possible value is 100gb14days. Defaults to 100gb14days. Changing this forces a new logz Monitor to be created.

Link copied to clipboard
val usageType: Output<String>

Different usage types. Possible values are PAYG or COMMITTED. Changing this forces a new logz Monitor to be created.

Functions

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