Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Builder for DispatchRuleGroupRuleArgs.
Link copied to clipboard
data class DispatchRuleLabelMatchExpressionGridArgs(val labelMatchExpressionGroups: Output<List<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs>>) : ConvertibleToJava<DispatchRuleLabelMatchExpressionGridArgs>
Link copied to clipboard
Link copied to clipboard
data class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs(val labelMatchExpressions: Output<List<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs>>) : ConvertibleToJava<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupArgs>
Link copied to clipboard
data class DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs(val key: Output<String>, val operator: Output<String>, val value: Output<String>) : ConvertibleToJava<DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpressionArgs>
Link copied to clipboard
Link copied to clipboard
data class DispatchRuleNotifyRuleArgs(val notifyChannels: Output<List<String>>, val notifyObjects: Output<List<DispatchRuleNotifyRuleNotifyObjectArgs>>) : ConvertibleToJava<DispatchRuleNotifyRuleArgs>
Link copied to clipboard
Builder for 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
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
Builder for GetAlertContactGroupsPlainArgs.
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
Builder for GetAlertContactsPlainArgs.
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
Builder for GetDispatchRulesPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetIntegrationExportersPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetPrometheisPlainArgs.
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
Builder for GetPrometheusAlertRulesPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetRemoteWritesPlainArgs.
Link copied to clipboard
data class PrometheusAlertRuleAnnotationArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<PrometheusAlertRuleAnnotationArgs>
Link copied to clipboard
Builder for PrometheusAlertRuleAnnotationArgs.
Link copied to clipboard
data class PrometheusAlertRuleLabelArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<PrometheusAlertRuleLabelArgs>
Link copied to clipboard
Builder for PrometheusAlertRuleLabelArgs.