Package-level declarations

Types

Link copied to clipboard
class Instance : KotlinCustomResource

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

Link copied to clipboard
data class InstanceArgs(val autoPay: Output<Boolean>? = null, val coldStorageSize: Output<Int>? = null, val cpu: Output<Int>? = null, val duration: Output<Int>? = null, val endpoints: Output<List<InstanceEndpointArgs>>? = null, val gatewayCount: Output<Int>? = null, val initialDatabases: Output<String>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val leaderInstanceId: Output<String>? = null, val paymentType: Output<String>? = null, val pricingCycle: Output<String>? = null, val resourceGroupId: Output<String>? = null, val scaleType: Output<String>? = null, val status: Output<String>? = null, val storageSize: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

Hologram 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

Functions

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