Get Nacos Configs Plain Args
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
The language type of the returned information. Valid values: zh
, en
.
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The ID of the instance.
Link copied to clipboard
The id of Namespace.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The extended request parameters. The JSON format is supported.