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, String>>? = null, val lang: Output<String>? = null, val templateId: Output<String>? = null, val tokens: Output<Map<String, String>>? = 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 CollectionPolicyCentralizeConfigArgs(val destLogstore: Output<String>? = null, val destProject: Output<String>? = null, val destRegion: Output<String>? = null, val destTtl: Output<Int>? = null) : ConvertibleToJava<CollectionPolicyCentralizeConfigArgs>
Link copied to clipboard
data class CollectionPolicyDataConfigArgs(val dataProject: Output<String>? = null, val dataRegion: Output<String>? = null) : ConvertibleToJava<CollectionPolicyDataConfigArgs>
Link copied to clipboard
data class CollectionPolicyPolicyConfigArgs(val instanceIds: Output<List<String>>? = null, val regions: Output<List<String>>? = null, val resourceMode: Output<String>, val resourceTags: Output<Map<String, String>>? = null) : ConvertibleToJava<CollectionPolicyPolicyConfigArgs>
Link copied to clipboard
data class CollectionPolicyResourceDirectoryArgs(val accountGroupType: Output<String>? = null, val members: Output<List<String>>? = null) : ConvertibleToJava<CollectionPolicyResourceDirectoryArgs>
Link copied to clipboard
data class EtlConfigurationArgs(val fromTime: Output<Int>, val lang: Output<String>, val logstore: Output<String>, val parameters: Output<Map<String, String>>? = null, val roleArn: Output<String>, val script: Output<String>, val sinks: Output<List<EtlConfigurationSinkArgs>>, val toTime: Output<Int>) : ConvertibleToJava<EtlConfigurationArgs>
Link copied to clipboard
data class EtlConfigurationSinkArgs(val datasets: Output<List<String>>, val endpoint: Output<String>, val logstore: Output<String>, val name: Output<String>, val project: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<EtlConfigurationSinkArgs>
Link copied to clipboard
data class GetAlertsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val projectName: String) : ConvertibleToJava<GetAlertsPlainArgs>

A collection of arguments for invoking getAlerts.

Link copied to clipboard
Link copied to clipboard
data class OssExportSinkConfigurationArgs(val fromTime: Output<Int>, val logstore: Output<String>, val roleArn: Output<String>, val sink: Output<OssExportSinkConfigurationSinkArgs>, val toTime: Output<Int>) : ConvertibleToJava<OssExportSinkConfigurationArgs>
Link copied to clipboard
data class OssExportSinkConfigurationSinkArgs(val bucket: Output<String>, val bufferInterval: Output<String>, val bufferSize: Output<String>, val compressionType: Output<String>, val contentDetail: Output<String>, val contentType: Output<String>, val delaySeconds: Output<Int>? = null, val endpoint: Output<String>, val pathFormat: Output<String>? = null, val pathFormatType: Output<String>? = null, val prefix: Output<String>? = null, val roleArn: Output<String>, val suffix: Output<String>? = null, val timeZone: Output<String>) : ConvertibleToJava<OssExportSinkConfigurationSinkArgs>
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, String>>? = 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>