GetDataLimitsPlainArgs

data class GetDataLimitsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val parentId: String? = null, val resourceType: String? = null) : ConvertibleToJava<GetDataLimitsPlainArgs>

A collection of arguments for invoking getDataLimits.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, outputFile: String? = null, parentId: String? = null, resourceType: String? = null)

Properties

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

A list of Data Limit IDs.

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 parentId: String? = null

The parent asset ID of the data asset.

Link copied to clipboard
val resourceType: String? = null

The type of the service to which the data asset belongs. Valid values: MaxCompute, OSS, RDS.

Functions

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