Package-level declarations

Types

Link copied to clipboard
data class AlertAnnotationArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<AlertAnnotationArgs>
Link copied to clipboard
data class AlertGroupConfigurationArgs(val fields: Output<List<String>>? = null, val type: Output<String>) : ConvertibleToJava<AlertGroupConfigurationArgs>
Link copied to clipboard
data class AlertJoinConfigurationArgs(val condition: Output<String>, val type: Output<String>) : ConvertibleToJava<AlertJoinConfigurationArgs>
Link copied to clipboard
data class AlertLabelArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<AlertLabelArgs>
Link copied to clipboard
Link copied to clipboard
data class AlertNotificationListArgs(val content: Output<String>, val emailLists: Output<List<String>>? = null, val mobileLists: Output<List<String>>? = null, val serviceUri: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AlertNotificationListArgs>
Link copied to clipboard
data class AlertPolicyConfigurationArgs(val actionPolicyId: Output<String>? = null, val alertPolicyId: Output<String>, val repeatInterval: Output<String>) : ConvertibleToJava<AlertPolicyConfigurationArgs>
Link copied to clipboard
data class AlertQueryListArgs(val chartTitle: Output<String>? = null, val dashboardId: Output<String>? = null, val end: Output<String>, val logstore: Output<String>? = null, val powerSqlMode: Output<String>? = null, val project: Output<String>? = null, val query: Output<String>, val region: Output<String>? = null, val roleArn: Output<String>? = null, val start: Output<String>, val store: Output<String>? = null, val storeType: Output<String>? = null, val timeSpanType: Output<String>? = null) : ConvertibleToJava<AlertQueryListArgs>
Link copied to clipboard
Link copied to clipboard
data class AlertScheduleArgs(val cronExpression: Output<String>? = null, val dayOfWeek: Output<Int>? = null, val delay: Output<Int>? = null, val hour: Output<Int>? = null, val interval: Output<String>? = null, val runImmediately: Output<Boolean>? = null, val timeZone: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AlertScheduleArgs>
Link copied to clipboard
Link copied to clipboard
data class AlertSeverityConfigurationArgs(val evalCondition: Output<Map<String, String>>, val severity: Output<Int>) : ConvertibleToJava<AlertSeverityConfigurationArgs>
Link copied to clipboard
data class AlertTemplateConfigurationArgs(val annotations: Output<Map<String, String>>? = null, val id: Output<String>, val lang: Output<String>? = null, val tokens: Output<Map<String, String>>? = null, val type: Output<String>) : ConvertibleToJava<AlertTemplateConfigurationArgs>
Link copied to clipboard
data class EtlEtlSinkArgs(val accessKeyId: Output<String>? = null, val accessKeySecret: Output<String>? = null, val endpoint: Output<String>, val kmsEncryptedAccessKeyId: Output<String>? = null, val kmsEncryptedAccessKeySecret: Output<String>? = null, val logstore: Output<String>, val name: Output<String>, val project: Output<String>, val roleArn: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<EtlEtlSinkArgs>
Link copied to clipboard
Link copied to clipboard
data class GetAlertResourcePlainArgs(val lang: String? = null, val project: String? = null, val type: String) : ConvertibleToJava<GetAlertResourcePlainArgs>

A collection of arguments for invoking getAlertResource.

Link copied to clipboard
data class GetProjectsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetProjectsPlainArgs>

A collection of arguments for invoking getProjects.

Link copied to clipboard
data class GetServicePlainArgs(val enable: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Link copied to clipboard
data class GetStoresPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val project: String) : ConvertibleToJava<GetStoresPlainArgs>

A collection of arguments for invoking getStores.

Link copied to clipboard
Link copied to clipboard
data class OssExportConfigColumnArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<OssExportConfigColumnArgs>
Link copied to clipboard
data class OssShipperParquetConfigArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<OssShipperParquetConfigArgs>
Link copied to clipboard
data class StoreEncryptConfArgs(val enable: Output<Boolean>? = null, val encryptType: Output<String>? = null, val userCmkInfo: Output<StoreEncryptConfUserCmkInfoArgs>? = null) : ConvertibleToJava<StoreEncryptConfArgs>
Link copied to clipboard
data class StoreEncryptConfUserCmkInfoArgs(val arn: Output<String>? = null, val cmkKeyId: Output<String>? = null, val regionId: Output<String>? = null) : ConvertibleToJava<StoreEncryptConfUserCmkInfoArgs>
Link copied to clipboard
data class StoreIndexFieldSearchArgs(val alias: Output<String>? = null, val caseSensitive: Output<Boolean>? = null, val enableAnalytics: Output<Boolean>? = null, val includeChinese: Output<Boolean>? = null, val jsonKeys: Output<List<StoreIndexFieldSearchJsonKeyArgs>>? = null, val name: Output<String>, val token: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<StoreIndexFieldSearchArgs>
Link copied to clipboard
data class StoreIndexFieldSearchJsonKeyArgs(val alias: Output<String>? = null, val docValue: Output<Boolean>? = null, val name: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<StoreIndexFieldSearchJsonKeyArgs>
Link copied to clipboard
data class StoreIndexFullTextArgs(val caseSensitive: Output<Boolean>? = null, val includeChinese: Output<Boolean>? = null, val token: Output<String>? = null) : ConvertibleToJava<StoreIndexFullTextArgs>