Package-level declarations

Types

Link copied to clipboard
class ClientInstanceAttachment : KotlinCustomResource

EAIS Client Instance Attachment can be imported using the id, e.g.

Link copied to clipboard
data class ClientInstanceAttachmentArgs(val category: Output<String>? = null, val clientInstanceId: Output<String>? = null, val eiInstanceType: Output<String>? = null, val instanceId: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<ClientInstanceAttachmentArgs>

EAIS Client Instance Attachment can be imported using the id, e.g.

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

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

Link copied to clipboard
data class InstanceArgs(val category: Output<String>? = null, val environmentVars: Output<List<InstanceEnvironmentVarArgs>>? = null, val force: Output<Boolean>? = null, val image: Output<String>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val resourceGroupId: Output<String>? = null, val securityGroupId: Output<String>? = null, val status: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

EAIS 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