Package-level declarations

Types

Link copied to clipboard
data class DispatchRuleGroupRuleArgs(val groupId: Output<Int>? = null, val groupInterval: Output<Int>, val groupWaitTime: Output<Int>, val groupingFields: Output<List<String>>, val repeatInterval: Output<Int>? = null) : ConvertibleToJava<DispatchRuleGroupRuleArgs>
Link copied to clipboard
data class DispatchRuleLabelMatchExpressionGridArgs(val labelMatchExpressionGroups: Output<List<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs>>) : ConvertibleToJava<DispatchRuleLabelMatchExpressionGridArgs>
data class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs(val labelMatchExpressions: Output<List<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs>>) : ConvertibleToJava<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs>
data class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs(val key: Output<String>, val operator: Output<String>, val value: Output<String>) : ConvertibleToJava<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs>
Link copied to clipboard
data class DispatchRuleNotifyRuleArgs(val notifyChannels: Output<List<String>>, val notifyObjects: Output<List<DispatchRuleNotifyRuleNotifyObjectArgs>>) : ConvertibleToJava<DispatchRuleNotifyRuleArgs>
Link copied to clipboard
data class DispatchRuleNotifyRuleNotifyObjectArgs(val name: Output<String>, val notifyObjectId: Output<String>, val notifyType: Output<String>) : ConvertibleToJava<DispatchRuleNotifyRuleNotifyObjectArgs>
Link copied to clipboard
data class GetAlertContactGroupsPlainArgs(val alertContactGroupName: String? = null, val contactId: String? = null, val contactName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetAlertContactGroupsPlainArgs>

A collection of arguments for invoking getAlertContactGroups.

Link copied to clipboard
data class GetAlertContactsPlainArgs(val alertContactName: String? = null, val email: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val phoneNum: String? = null) : ConvertibleToJava<GetAlertContactsPlainArgs>

A collection of arguments for invoking getAlertContacts.

Link copied to clipboard
data class GetDispatchRulesPlainArgs(val dispatchRuleName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetDispatchRulesPlainArgs>

A collection of arguments for invoking getDispatchRules.

Link copied to clipboard
data class GetIntegrationExportersPlainArgs(val clusterId: String, val ids: List<String>? = null, val integrationType: String, val outputFile: String? = null) : ConvertibleToJava<GetIntegrationExportersPlainArgs>

A collection of arguments for invoking getIntegrationExporters.

Link copied to clipboard
data class GetPrometheisPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val tags: Map<String, Any>? = null) : ConvertibleToJava<GetPrometheisPlainArgs>

A collection of arguments for invoking getPrometheis.

Link copied to clipboard
data class GetPrometheusAlertRulesPlainArgs(val clusterId: String, val ids: List<String>? = null, val matchExpressions: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: Int? = null, val type: String? = null) : ConvertibleToJava<GetPrometheusAlertRulesPlainArgs>

A collection of arguments for invoking getPrometheusAlertRules.

Link copied to clipboard
data class GetPrometheusMonitoringsPlainArgs(val clusterId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val type: String? = null) : ConvertibleToJava<GetPrometheusMonitoringsPlainArgs>

A collection of arguments for invoking getPrometheusMonitorings.

Link copied to clipboard
data class GetRemoteWritesPlainArgs(val clusterId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetRemoteWritesPlainArgs>

A collection of arguments for invoking getRemoteWrites.

Link copied to clipboard
data class PrometheusAlertRuleAnnotationArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<PrometheusAlertRuleAnnotationArgs>
Link copied to clipboard
data class PrometheusAlertRuleLabelArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<PrometheusAlertRuleLabelArgs>