Monitor Properties Args
data class MonitorPropertiesArgs(val logzOrganizationProperties: Output<LogzOrganizationPropertiesArgs>? = null, val marketplaceSubscriptionStatus: Output<Either<String, MarketplaceSubscriptionStatus>>? = null, val monitoringStatus: Output<Either<String, MonitoringStatus>>? = null, val planData: Output<PlanDataArgs>? = null, val userInfo: Output<UserInfoArgs>? = null) : ConvertibleToJava<MonitorPropertiesArgs>
Properties specific to the monitor resource.
Constructors
Link copied to clipboard
constructor(logzOrganizationProperties: Output<LogzOrganizationPropertiesArgs>? = null, marketplaceSubscriptionStatus: Output<Either<String, MarketplaceSubscriptionStatus>>? = null, monitoringStatus: Output<Either<String, MonitoringStatus>>? = null, planData: Output<PlanDataArgs>? = null, userInfo: Output<UserInfoArgs>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
Link copied to clipboard
Flag specifying if the resource monitoring is enabled or disabled.
Link copied to clipboard
Link copied to clipboard