Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun keyPairResource(name: String, block: suspend KeyPairResourceBuilder.() -> Unit): KeyPair