Package-level declarations

Types

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

ENS Instance can be imported using the id, e.g.

Link copied to clipboard
data class InstanceArgs(val autoRenew: Output<Boolean>? = null, val carrier: Output<String>? = null, val dataDisks: Output<List<InstanceDataDiskArgs>>? = null, val ensRegionId: Output<String>? = null, val hostName: Output<String>? = null, val imageId: Output<String>? = null, val instanceChargeStrategy: Output<String>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val internetChargeType: Output<String>? = null, val internetMaxBandwidthOut: Output<Int>? = null, val netDistrictCode: Output<String>? = null, val password: Output<String>? = null, val passwordInherit: Output<Boolean>? = null, val paymentType: Output<String>? = null, val period: Output<Int>? = null, val periodUnit: Output<String>? = null, val publicIpIdentification: Output<Boolean>? = null, val quantity: Output<String>? = null, val scheduleAreaLevel: Output<String>? = null, val schedulingPriceStrategy: Output<String>? = null, val schedulingStrategy: Output<String>? = null, val systemDisk: Output<InstanceSystemDiskArgs>? = null, val uniqueSuffix: Output<Boolean>? = null, val userData: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

ENS Instance can be imported using the id, e.g.

Link copied to clipboard
Link copied to clipboard
object InstanceMapper : ResourceMapper<Instance>
Link copied to clipboard
Link copied to clipboard
class KeyPair : KotlinCustomResource

Provides a ENS Key Pair resource. For information about ENS Key Pair and how to use it, see What is Key Pair.

Link copied to clipboard
data class KeyPairArgs(val keyPairName: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<KeyPairArgs>

Provides a ENS Key Pair resource. For information about ENS Key Pair and how to use it, see What is Key Pair.

Link copied to clipboard
Link copied to clipboard
object KeyPairMapper : ResourceMapper<KeyPair>
Link copied to clipboard

Functions

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