Package-level declarations

Types

Link copied to clipboard
data class AlertAnnotation(val key: String, val value: String)
Link copied to clipboard
data class AlertGroupConfiguration(val fields: List<String>? = null, val type: String)
Link copied to clipboard
data class AlertJoinConfiguration(val condition: String, val type: String)
Link copied to clipboard
data class AlertLabel(val key: String, val value: String)
Link copied to clipboard
data class AlertNotificationList(val content: String, val emailLists: List<String>? = null, val mobileLists: List<String>? = null, val serviceUri: String? = null, val type: String)
Link copied to clipboard
data class AlertPolicyConfiguration(val actionPolicyId: String? = null, val alertPolicyId: String, val repeatInterval: String)
Link copied to clipboard
data class AlertQueryList(val chartTitle: String? = null, val dashboardId: String? = null, val end: String, val logstore: String? = null, val powerSqlMode: String? = null, val project: String? = null, val query: String, val region: String? = null, val roleArn: String? = null, val start: String, val store: String? = null, val storeType: String? = null, val timeSpanType: String? = null)
Link copied to clipboard
data class AlertSchedule(val cronExpression: String? = null, val dayOfWeek: Int? = null, val delay: Int? = null, val hour: Int? = null, val interval: String? = null, val runImmediately: Boolean? = null, val timeZone: String? = null, val type: String)
Link copied to clipboard
data class AlertSeverityConfiguration(val evalCondition: Map<String, String>, val severity: Int)
Link copied to clipboard
data class AlertTemplateConfiguration(val annotations: Map<String, String>? = null, val id: String, val lang: String? = null, val tokens: Map<String, String>? = null, val type: String)
Link copied to clipboard
data class EtlEtlSink(val accessKeyId: String? = null, val accessKeySecret: String? = null, val endpoint: String, val kmsEncryptedAccessKeyId: String? = null, val kmsEncryptedAccessKeySecret: String? = null, val logstore: String, val name: String, val project: String, val roleArn: String? = null, val type: String? = null)
Link copied to clipboard
data class GetAlertResourceResult(val id: String, val lang: String? = null, val project: String? = null, val type: String)

A collection of values returned by getAlertResource.

Link copied to clipboard
data class GetProjectsProject(val description: String, val id: String, val lastModifyTime: String, val owner: String, val policy: String, val projectName: String, val region: String, val status: String)
Link copied to clipboard
data class GetProjectsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val projects: List<GetProjectsProject>, val status: String? = null)

A collection of values returned by getProjects.

Link copied to clipboard
data class GetServiceResult(val enable: String? = null, val id: String, val status: String)

A collection of values returned by getService.

Link copied to clipboard
data class GetStoresResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val project: String, val stores: List<GetStoresStore>)

A collection of values returned by getStores.

Link copied to clipboard
data class GetStoresStore(val id: String, val storeName: String)
Link copied to clipboard
data class OssExportConfigColumn(val name: String, val type: String)
Link copied to clipboard
data class OssShipperParquetConfig(val name: String, val type: String)
Link copied to clipboard
data class StoreEncryptConf(val enable: Boolean? = null, val encryptType: String? = null, val userCmkInfo: StoreEncryptConfUserCmkInfo? = null)
Link copied to clipboard
data class StoreEncryptConfUserCmkInfo(val arn: String? = null, val cmkKeyId: String? = null, val regionId: String? = null)
Link copied to clipboard
data class StoreIndexFieldSearch(val alias: String? = null, val caseSensitive: Boolean? = null, val enableAnalytics: Boolean? = null, val includeChinese: Boolean? = null, val jsonKeys: List<StoreIndexFieldSearchJsonKey>? = null, val name: String, val token: String? = null, val type: String? = null)
Link copied to clipboard
data class StoreIndexFieldSearchJsonKey(val alias: String? = null, val docValue: Boolean? = null, val name: String, val type: String? = null)
Link copied to clipboard
data class StoreIndexFullText(val caseSensitive: Boolean? = null, val includeChinese: Boolean? = null, val token: String? = null)
Link copied to clipboard
data class StoreShard(val beginKey: String? = null, val endKey: String? = null, val id: Int? = null, val status: String? = null)