Package-level declarations
Types
Link copied to clipboard
data class AlertConfiguration(val annotations: List<AlertConfigurationAnnotation>? = null, val autoAnnotation: Boolean? = null, val conditionConfiguration: AlertConfigurationConditionConfiguration? = null, val dashboard: String? = null, val groupConfiguration: AlertConfigurationGroupConfiguration? = null, val joinConfigurations: List<AlertConfigurationJoinConfiguration>? = null, val labels: List<AlertConfigurationLabel>? = null, val muteUntil: Int? = null, val noDataFire: Boolean? = null, val noDataSeverity: Int? = null, val policyConfiguration: AlertConfigurationPolicyConfiguration? = null, val queryLists: List<AlertConfigurationQueryList>? = null, val sendResolved: Boolean? = null, val severityConfigurations: List<AlertConfigurationSeverityConfiguration>? = null, val sinkAlerthub: AlertConfigurationSinkAlerthub? = null, val sinkCms: AlertConfigurationSinkCms? = null, val sinkEventStore: AlertConfigurationSinkEventStore? = null, val tags: List<String>? = null, val templateConfiguration: AlertConfigurationTemplateConfiguration? = null, val threshold: Int? = null, val type: String? = null, val version: String? = null)
Link copied to clipboard
Link copied to clipboard
data class AlertConfigurationConditionConfiguration(val condition: String? = null, val countCondition: String? = null)
Link copied to clipboard
data class AlertConfigurationGroupConfiguration(val fields: List<String>? = null, val type: String? = null)
Link copied to clipboard
data class AlertConfigurationJoinConfiguration(val condition: String? = null, val type: String? = null)
Link copied to clipboard
Link copied to clipboard
data class AlertConfigurationPolicyConfiguration(val actionPolicyId: String? = null, val alertPolicyId: String? = null, val repeatInterval: String? = null)
Link copied to clipboard
data class AlertConfigurationQueryList(val chartTitle: String? = null, val dashboardId: String? = null, val end: String? = null, val powerSqlMode: String? = null, val project: String? = null, val query: String? = null, val region: String? = null, val roleArn: String? = null, val start: String? = null, val store: String? = null, val storeType: String? = null, val timeSpanType: String? = null, val ui: String? = null)
Link copied to clipboard
data class AlertConfigurationSeverityConfiguration(val evalCondition: AlertConfigurationSeverityConfigurationEvalCondition? = null, val severity: Int? = null)
Link copied to clipboard
data class AlertConfigurationSeverityConfigurationEvalCondition(val condition: String? = null, val countCondition: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ScheduledSqlScheduledSqlConfiguration(val dataFormat: String? = null, val destEndpoint: String? = null, val destLogstore: String? = null, val destProject: String? = null, val destRoleArn: String? = null, val fromTime: Int? = null, val fromTimeExpr: String? = null, val maxRetries: Int? = null, val maxRunTimeInSeconds: Int? = null, val parameters: Map<String, Any>? = null, val resourcePool: String? = null, val roleArn: String? = null, val script: String? = null, val sourceLogstore: String? = null, val sqlType: String? = null, val toTime: Int? = null, val toTimeExpr: String? = null)