Package-level declarations

Types

Link copied to clipboard
data class AlertConfigurationAnnotationArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<AlertConfigurationAnnotationArgs>
Link copied to clipboard
data class AlertConfigurationArgs(val annotations: Output<List<AlertConfigurationAnnotationArgs>>? = null, val autoAnnotation: Output<Boolean>? = null, val conditionConfiguration: Output<AlertConfigurationConditionConfigurationArgs>? = null, val dashboard: Output<String>? = null, val groupConfiguration: Output<AlertConfigurationGroupConfigurationArgs>? = null, val joinConfigurations: Output<List<AlertConfigurationJoinConfigurationArgs>>? = null, val labels: Output<List<AlertConfigurationLabelArgs>>? = null, val muteUntil: Output<Int>? = null, val noDataFire: Output<Boolean>? = null, val noDataSeverity: Output<Int>? = null, val policyConfiguration: Output<AlertConfigurationPolicyConfigurationArgs>? = null, val queryLists: Output<List<AlertConfigurationQueryListArgs>>? = null, val sendResolved: Output<Boolean>? = null, val severityConfigurations: Output<List<AlertConfigurationSeverityConfigurationArgs>>? = null, val sinkAlerthub: Output<AlertConfigurationSinkAlerthubArgs>? = null, val sinkCms: Output<AlertConfigurationSinkCmsArgs>? = null, val sinkEventStore: Output<AlertConfigurationSinkEventStoreArgs>? = null, val tags: Output<List<String>>? = null, val templateConfiguration: Output<AlertConfigurationTemplateConfigurationArgs>? = null, val threshold: Output<Int>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<AlertConfigurationArgs>
data class AlertConfigurationConditionConfigurationArgs(val condition: Output<String>? = null, val countCondition: Output<String>? = null) : ConvertibleToJava<AlertConfigurationConditionConfigurationArgs>
Link copied to clipboard
data class AlertConfigurationGroupConfigurationArgs(val fields: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<AlertConfigurationGroupConfigurationArgs>
Link copied to clipboard
data class AlertConfigurationJoinConfigurationArgs(val condition: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<AlertConfigurationJoinConfigurationArgs>
Link copied to clipboard
data class AlertConfigurationLabelArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<AlertConfigurationLabelArgs>
data class AlertConfigurationPolicyConfigurationArgs(val actionPolicyId: Output<String>? = null, val alertPolicyId: Output<String>? = null, val repeatInterval: Output<String>? = null) : ConvertibleToJava<AlertConfigurationPolicyConfigurationArgs>
Link copied to clipboard
data class AlertConfigurationQueryListArgs(val chartTitle: Output<String>? = null, val dashboardId: Output<String>? = null, val end: Output<String>? = null, val powerSqlMode: Output<String>? = null, val project: Output<String>? = null, val query: Output<String>? = null, val region: Output<String>? = null, val roleArn: Output<String>? = null, val start: Output<String>? = null, val store: Output<String>? = null, val storeType: Output<String>? = null, val timeSpanType: Output<String>? = null, val ui: Output<String>? = null) : ConvertibleToJava<AlertConfigurationQueryListArgs>
data class AlertConfigurationSeverityConfigurationArgs(val evalCondition: Output<AlertConfigurationSeverityConfigurationEvalConditionArgs>? = null, val severity: Output<Int>? = null) : ConvertibleToJava<AlertConfigurationSeverityConfigurationArgs>
data class AlertConfigurationSeverityConfigurationEvalConditionArgs(val condition: Output<String>? = null, val countCondition: Output<String>? = null) : ConvertibleToJava<AlertConfigurationSeverityConfigurationEvalConditionArgs>
Link copied to clipboard
data class AlertConfigurationSinkAlerthubArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<AlertConfigurationSinkAlerthubArgs>
Link copied to clipboard
data class AlertConfigurationSinkCmsArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<AlertConfigurationSinkCmsArgs>
Link copied to clipboard
data class AlertConfigurationSinkEventStoreArgs(val enabled: Output<Boolean>? = null, val endpoint: Output<String>? = null, val eventStore: Output<String>? = null, val project: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<AlertConfigurationSinkEventStoreArgs>
data class AlertConfigurationTemplateConfigurationArgs(val annotations: Output<Map<String, Any>>? = null, val lang: Output<String>? = null, val templateId: Output<String>? = null, val tokens: Output<Map<String, Any>>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<AlertConfigurationTemplateConfigurationArgs>
Link copied to clipboard
data class AlertScheduleArgs(val cronExpression: Output<String>? = null, val delay: Output<Int>? = null, val interval: Output<String>? = null, val runImmdiately: Output<Boolean>? = null, val timeZone: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<AlertScheduleArgs>
Link copied to clipboard
Link copied to clipboard
data class ScheduledSqlScheduleArgs(val cronExpression: Output<String>? = null, val delay: Output<Int>? = null, val interval: Output<String>? = null, val runImmediately: Output<Boolean>? = null, val timeZone: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ScheduledSqlScheduleArgs>
data class ScheduledSqlScheduledSqlConfigurationArgs(val dataFormat: Output<String>? = null, val destEndpoint: Output<String>? = null, val destLogstore: Output<String>? = null, val destProject: Output<String>? = null, val destRoleArn: Output<String>? = null, val fromTime: Output<Int>? = null, val fromTimeExpr: Output<String>? = null, val maxRetries: Output<Int>? = null, val maxRunTimeInSeconds: Output<Int>? = null, val parameters: Output<Map<String, Any>>? = null, val resourcePool: Output<String>? = null, val roleArn: Output<String>? = null, val script: Output<String>? = null, val sourceLogstore: Output<String>? = null, val sqlType: Output<String>? = null, val toTime: Output<Int>? = null, val toTimeExpr: Output<String>? = null) : ConvertibleToJava<ScheduledSqlScheduledSqlConfigurationArgs>