GetEngineNamespacesPlainArgs

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

A collection of arguments for invoking getEngineNamespaces.

Constructors

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

Properties

Link copied to clipboard
val acceptLanguage: String? = null

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

Link copied to clipboard
val clusterId: String? = null

The ID of the cluster.

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

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

Link copied to clipboard
val instanceId: String? = null

The ID of the MSE Cluster Instance.It is formatted to mse-cn-xxxxxxxxxxx.Available since v1.232.0

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview). NOTE: You must set cluster_id or instance_id or both.

Functions

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