Package-level declarations

Types

Link copied to clipboard
class DebugToken : KotlinCustomResource

Creates a new DebugToken for the specified app. For security reasons, after the creation operation completes, the token field cannot be updated or retrieved, but you can revoke the debug token using DeleteDebugToken. Each app can have a maximum of 20 debug tokens.

Link copied to clipboard
data class DebugTokenArgs(val appId: Output<String>? = null, val displayName: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val token: Output<String>? = null) : ConvertibleToJava<DebugTokenArgs>

Creates a new DebugToken for the specified app. For security reasons, after the creation operation completes, the token field cannot be updated or retrieved, but you can revoke the debug token using DeleteDebugToken. Each app can have a maximum of 20 debug tokens.

Link copied to clipboard
Link copied to clipboard
object DebugTokenMapper : ResourceMapper<DebugToken>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun debugToken(name: String, block: suspend DebugTokenResourceBuilder.() -> Unit): DebugToken