Get Engine Namespaces Plain Args
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
Properties
Link copied to clipboard
The language type of the returned information. Valid values: zh
, en
.
Link copied to clipboard
The ID of the MSE Cluster Instance.It is formatted to mse-cn-xxxxxxxxxxx
.Available since v1.232.0
Link copied to clipboard
File name where to save data source results (after running pulumi preview
). NOTE: You must set cluster_id
or instance_id
or both.