GetEngineNamespacesPlainArgs

data class GetEngineNamespacesPlainArgs(val acceptLanguage: String? = null, val clusterId: String, val ids: List<String>? = null, val outputFile: String? = null) : ConvertibleToJava<GetEngineNamespacesPlainArgs>

A collection of arguments for invoking getEngineNamespaces.

Constructors

Link copied to clipboard
fun GetEngineNamespacesPlainArgs(acceptLanguage: String? = null, clusterId: String, ids: List<String>? = null, outputFile: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetEngineNamespacesPlainArgs

Properties

Link copied to clipboard
val acceptLanguage: String? = null

The language type of the returned information. Valid values: zh, en.

Link copied to clipboard

The id of the cluster.

Link copied to clipboard
val ids: List<String>? = null

A list of Engine Namespace IDs. It is formatted to <cluster_id>:<namespace_id>.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).