Package-level declarations

Types

Link copied to clipboard
class AuditCallback : KotlinCustomResource

Provides a Aligreen Audit Callback resource. Callback notification after detection is completed. For information about Aligreen Audit Callback and how to use it, see What is Audit Callback.

Link copied to clipboard
data class AuditCallbackArgs(val auditCallbackName: Output<String>? = null, val callbackSuggestions: Output<List<String>>? = null, val callbackTypes: Output<List<String>>? = null, val cryptType: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<AuditCallbackArgs>

Provides a Aligreen Audit Callback resource. Callback notification after detection is completed. For information about Aligreen Audit Callback and how to use it, see What is Audit Callback.

Link copied to clipboard
Link copied to clipboard
object AuditCallbackMapper : ResourceMapper<AuditCallback>
Link copied to clipboard
Link copied to clipboard
class BizType : KotlinCustomResource

Provides a Aligreen Biz Type resource. For information about Aligreen Biz Type and how to use it, see What is Biz Type.

Link copied to clipboard
data class BizTypeArgs(val bizTypeImport: Output<String>? = null, val bizTypeName: Output<String>? = null, val citeTemplate: Output<Boolean>? = null, val description: Output<String>? = null, val industryInfo: Output<String>? = null) : ConvertibleToJava<BizTypeArgs>

Provides a Aligreen Biz Type resource. For information about Aligreen Biz Type and how to use it, see What is Biz Type.

Link copied to clipboard
Link copied to clipboard
object BizTypeMapper : ResourceMapper<BizType>
Link copied to clipboard
Link copied to clipboard
class Callback : KotlinCustomResource

Provides a Aligreen Callback resource. Detection Result Callback. For information about Aligreen Callback and how to use it, see What is Callback.

Link copied to clipboard
data class CallbackArgs(val callbackName: Output<String>? = null, val callbackSuggestions: Output<List<String>>? = null, val callbackTypes: Output<List<String>>? = null, val callbackUrl: Output<String>? = null, val cryptType: Output<Int>? = null) : ConvertibleToJava<CallbackArgs>

Provides a Aligreen Callback resource. Detection Result Callback. For information about Aligreen Callback and how to use it, see What is Callback.

Link copied to clipboard
Link copied to clipboard
object CallbackMapper : ResourceMapper<Callback>
Link copied to clipboard
Link copied to clipboard
class ImageLib : KotlinCustomResource

Provides a Aligreen Image Lib resource. Image library for image detection. For information about Aligreen Image Lib and how to use it, see What is Image Lib.

Link copied to clipboard
data class ImageLibArgs(val bizTypes: Output<List<String>>? = null, val category: Output<String>? = null, val enable: Output<Boolean>? = null, val imageLibName: Output<String>? = null, val scene: Output<String>? = null) : ConvertibleToJava<ImageLibArgs>

Provides a Aligreen Image Lib resource. Image library for image detection. For information about Aligreen Image Lib and how to use it, see What is Image Lib.

Link copied to clipboard
Link copied to clipboard
object ImageLibMapper : ResourceMapper<ImageLib>
Link copied to clipboard
Link copied to clipboard
class KeywordLib : KotlinCustomResource

Provides a Aligreen Keyword Lib resource. Keyword library for text detection. For information about Aligreen Keyword Lib and how to use it, see What is Keyword Lib.

Link copied to clipboard
data class KeywordLibArgs(val bizTypes: Output<List<String>>? = null, val category: Output<String>? = null, val enable: Output<Boolean>? = null, val keywordLibName: Output<String>? = null, val lang: Output<String>? = null, val language: Output<String>? = null, val libType: Output<String>? = null, val matchMode: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<KeywordLibArgs>

Provides a Aligreen Keyword Lib resource. Keyword library for text detection. For information about Aligreen Keyword Lib and how to use it, see What is Keyword Lib.

Link copied to clipboard
Link copied to clipboard
object KeywordLibMapper : ResourceMapper<KeywordLib>
Link copied to clipboard
Link copied to clipboard
class OssStockTask : KotlinCustomResource

Aligreen Oss Stock Task can be imported using the id, e.g.

Link copied to clipboard
data class OssStockTaskArgs(val audioAntispamFreezeConfig: Output<String>? = null, val audioAutoFreezeOpened: Output<Boolean>? = null, val audioMaxSize: Output<Int>? = null, val audioOpened: Output<Boolean>? = null, val audioScanLimit: Output<Int>? = null, val audioScenes: Output<String>? = null, val autoFreezeType: Output<String>? = null, val bizType: Output<String>? = null, val buckets: Output<String>? = null, val callbackId: Output<Int>? = null, val endDate: Output<String>? = null, val imageAdFreezeConfig: Output<String>? = null, val imageAutoFreezeOpened: Output<Boolean>? = null, val imageLiveFreezeConfig: Output<String>? = null, val imageOpened: Output<Boolean>? = null, val imagePornFreezeConfig: Output<String>? = null, val imageScanLimit: Output<Int>? = null, val imageScenes: Output<List<String>>? = null, val imageTerrorismFreezeConfig: Output<String>? = null, val scanImageNoFileType: Output<Boolean>? = null, val startDate: Output<String>? = null, val videoAdFreezeConfig: Output<String>? = null, val videoAutoFreezeOpened: Output<Boolean>? = null, val videoFrameInterval: Output<Int>? = null, val videoLiveFreezeConfig: Output<String>? = null, val videoMaxFrames: Output<Int>? = null, val videoMaxSize: Output<Int>? = null, val videoOpened: Output<Boolean>? = null, val videoPornFreezeConfig: Output<String>? = null, val videoScanLimit: Output<Int>? = null, val videoScenes: Output<String>? = null, val videoTerrorismFreezeConfig: Output<String>? = null, val videoVoiceAntispamFreezeConfig: Output<String>? = null) : ConvertibleToJava<OssStockTaskArgs>

Aligreen Oss Stock Task can be imported using the id, e.g.

Link copied to clipboard
Link copied to clipboard
object OssStockTaskMapper : ResourceMapper<OssStockTask>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun bizType(name: String): BizType
suspend fun bizType(name: String, block: suspend BizTypeResourceBuilder.() -> Unit): BizType
Link copied to clipboard
suspend fun callback(name: String, block: suspend CallbackResourceBuilder.() -> Unit): Callback
Link copied to clipboard
suspend fun imageLib(name: String, block: suspend ImageLibResourceBuilder.() -> Unit): ImageLib
Link copied to clipboard
suspend fun keywordLib(name: String, block: suspend KeywordLibResourceBuilder.() -> Unit): KeywordLib
Link copied to clipboard