GetNacosConfigsPlainArgs

data class GetNacosConfigsPlainArgs(val acceptLanguage: String? = null, val appName: String? = null, val dataId: String? = null, val enableDetails: Boolean? = null, val group: String? = null, val ids: List<String>? = null, val instanceId: String, val namespaceId: String? = null, val outputFile: String? = null, val requestPars: String? = null, val tags: String? = null) : ConvertibleToJava<GetNacosConfigsPlainArgs>

A collection of arguments for invoking getNacosConfigs.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, appName: String? = null, dataId: String? = null, enableDetails: Boolean? = null, group: String? = null, ids: List<String>? = null, instanceId: String, namespaceId: String? = null, outputFile: String? = null, requestPars: String? = null, tags: 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 appName: String? = null

The name of the application.

Link copied to clipboard
val dataId: String? = null

The ID of the data.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val group: String? = null

The ID of the group.

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

A list of MSE Engine Configs ids. It is formatted to <instance_id>:<namespace_id>:<data_id>:<group>.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard
val namespaceId: String? = null

The id of Namespace.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val requestPars: String? = null

The extended request parameters. The JSON format is supported.

Link copied to clipboard
val tags: String? = null

The tags of the configuration.

Functions

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