Package-level declarations

Types

Link copied to clipboard
data class GetCredentialsPlainArgs(val dbName: String? = null, val durationSeconds: Int? = null, val workgroupName: String) : ConvertibleToJava<GetCredentialsPlainArgs>

A collection of arguments for invoking getCredentials.

Link copied to clipboard
data class WorkgroupConfigParameterArgs(val parameterKey: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<WorkgroupConfigParameterArgs>