Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Instance : KotlinCustomResource

Provides a HBase instance resource supports replica set instances only. The HBase provides stable, reliable, and automatic scalable database services. It offers a full range of database solutions, such as disaster recovery, backup, recovery, monitoring, and alarms. You can see detail product introduction here

Link copied to clipboard
data class InstanceArgs(val account: Output<String>? = null, val autoRenew: Output<Boolean>? = null, val coldStorageSize: Output<Int>? = null, val coreDiskSize: Output<Int>? = null, val coreDiskType: Output<String>? = null, val coreInstanceQuantity: Output<Int>? = null, val coreInstanceType: Output<String>? = null, val deletionProtection: Output<Boolean>? = null, val duration: Output<Int>? = null, val engine: Output<String>? = null, val engineVersion: Output<String>? = null, val immediateDeleteFlag: Output<Boolean>? = null, val ipWhite: Output<String>? = null, val maintainEndTime: Output<String>? = null, val maintainStartTime: Output<String>? = null, val masterInstanceType: Output<String>? = null, val name: Output<String>? = null, val password: Output<String>? = null, val payType: Output<String>? = null, val securityGroups: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

Provides a HBase instance resource supports replica set instances only. The HBase provides stable, reliable, and automatic scalable database services. It offers a full range of database solutions, such as disaster recovery, backup, recovery, monitoring, and alarms. You can see detail product introduction here

Link copied to clipboard
Link copied to clipboard
object InstanceMapper : ResourceMapper<Instance>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun instance(name: String, block: suspend InstanceResourceBuilder.() -> Unit): Instance