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 GetNamespacePlainArgs(val namespaceName: String) : ConvertibleToJava<GetNamespacePlainArgs>

A collection of arguments for invoking getNamespace.

Link copied to clipboard
data class GetWorkgroupPlainArgs(val workgroupName: String) : ConvertibleToJava<GetWorkgroupPlainArgs>

A collection of arguments for invoking getWorkgroup.

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